Back to Devexpress

RowCollection.AutoFit(Int32, Int32) Method

officefileapi-devexpress-dot-spreadsheet-dot-rowcollection-dot-autofit-x28-system-dot-int32-system-dot-int32-x29.md

latest2.3 KB
Original Source

RowCollection.AutoFit(Int32, Int32) Method

Adjusts the height of rows to accommodate cell content.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
void AutoFit(
    int first,
    int last
)
vb
Sub AutoFit(
    first As Integer,
    last As Integer
)

Parameters

NameTypeDescription
firstInt32

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

Height

DefaultRowHeight

How to: Specify Row Height or Column Width

Rows and Columns in Spreadsheet Documents

RowCollection Interface

RowCollection Members

DevExpress.Spreadsheet Namespace