Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / SetRowHeight Method
The row index.
The sheet area.
The height.


In This Topic
    SetRowHeight Method
    In This Topic
    Sets the height using the specified unit type for the specified row in the specified sheet area.
    Syntax
    'Declaration
     
    Public Sub SetRowHeight( _
       ByVal row As Integer, _
       ByVal sheetArea As SheetArea, _
       ByVal height As Double _
    ) 
    'Usage
     
    Dim instance As Worksheet
    Dim row As Integer
    Dim sheetArea As SheetArea
    Dim height As Double
     
    instance.SetRowHeight(row, sheetArea, height)
    public void SetRowHeight( 
       int row,
       SheetArea sheetArea,
       double height
    )

    Parameters

    row
    The row index.
    sheetArea
    The sheet area.
    height
    The height.
    See Also