Hi
Can i get the width of certain column of an ultrapivot grid? Or the width of a certain cell?
Are those widths resizeable?
Thanks!
I need to set labels refered to that point. I was thinking on the width of the Rows, which could be N, and the height of Filter and Column header.
Is it another easier way ?
Thanks for the reply.
Hello,
What do you need this point for? There may be an easier way to achieve what you are looking to do.
Looking forward to hearing from you.
Thanks!The goal was to get the point in red circle in the file attached. Do you know how can i get it?
Thanks!!
Thank you for posting in our forums.
The UltraPivotGrid has a columns collection and you can get the widths of each of the columns from there.
You can also set this width to resize it programmatically, or set the AllowColumnResize property to enable/disable letting the user resize it through the UI.
If you need further assistance with this, please let me know.