VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Document.Editors Namespace / WorksheetEditor Class / SetRowsAutoHeight(Int32,Int32,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
    SetRowsAutoHeight(Int32,Int32,Boolean) Method (WorksheetEditor)
    In This Topic
    Sets the Height property for specified rows.
    Syntax
    'Declaration
    
    Public Sub SetRowsAutoHeight( _
    ByVal rowIndex
    The row index.
    As System.Int32, _
    ByVal rowCount
    The row count.
    As System.Int32, _
    ByVal autoHeight
    A value indicating whether the row height must be calculated automatically.
    As Boolean _
    )
    public void SetRowsAutoHeight(
    System.Int32 rowIndex,
    System.Int32 rowCount,
    bool autoHeight
    )
    public: void SetRowsAutoHeight(
    System.Int32 rowIndex,
    System.Int32 rowCount,
    bool autoHeight
    )
    public:
    void SetRowsAutoHeight(
    System.Int32 rowIndex,
    System.Int32 rowCount,
    bool autoHeight
    )

    Parameters

    rowIndex
    The row index.
    rowCount
    The row count.
    autoHeight
    A value indicating whether the row height must be calculated automatically.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also