You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes the height of the rows of the current range to achieve the best fit for the current data in the columns.
Properties
Property
Type
Description
columnWidth
double
The width of all columns within the range. If the column widths aren't uniform, null will be returned.
horizontalAlignment
string
The horizontal alignment for the specified object. The possible values are: General, Left, Center, Right, Fill, Justify, CenterAcrossSelection, Distributed.
rowHeight
double
The height of all rows in the range. If the row heights aren't uniform null will be returned.
verticalAlignment
string
The vertical alignment for the specified object. The possible values are: Top, Center, Bottom, Justify, Distributed.
wrapText
Boolean
Indicates whether Excel wraps the text in the object. A null value indicates that the entire range doesn't have a uniform wrap setting.