VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Document.Editors Namespace / WorksheetEditor Class / SetRowsHeight(Int32,Int32,Double) Method
Syntax Requirements SeeAlso
    SetRowsHeight(Int32,Int32,Double) Method (WorksheetEditor)
    Sets the Height property for specified rows.
    Syntax
    'Declaration
    
    Public Sub SetRowsHeight( _
    ByVal rowIndex
    The row index.
    As System.Int32, _
    ByVal rowCount
    The row count.
    As System.Int32, _
    ByVal height
    The height, measured in DIP.
    As Double _
    )
     

    Parameters

    rowIndex
    The row index.
    rowCount
    The row count.
    height
    The height, measured in DIP.
    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