Skip to main content
A newer version of this page is available. .
Row

RowCollection.AutoFit(Int32, Int32) Method

Adjusts the height of rows to accommodate cell content.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

void AutoFit(
    int first,
    int last
)

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