RowCollection.AutoFit(Int32, Int32) Method
In This Article
Adjusts the height of rows to accommodate cell content.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
first | Int32 | An integer value specifying the zero-based index of the first row to be automatically resized. |
last | Int32 | An integer value specifying the zero-based index of the last row to be automatically resized. |
#Remarks
To automatically fit a single row height to the content, use the Row.AutoFit method.
To set the row height value in required units of measurement, use the Row.Height property (see the How to: Specify Row Height or Column Width example).
See Also