Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / LayoutManager Class / SetRowHeight Method / SetRowHeight(Int32,Int32,Int32,Boolean) Method
An integer value indicates the top row index.
An integer value indicates the bottomr ow index.
An integer value indicates the height of the column.


In This Topic
    SetRowHeight(Int32,Int32,Int32,Boolean) Method
    In This Topic
    Sets the height of the row.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetRowHeight( _
       ByVal row As Integer, _
       ByVal row2 As Integer, _
       ByVal value As Integer, _
       ByVal clearHidden As Boolean _
    ) 
    'Usage
     
    
    Dim instance As LayoutManager
    Dim row As Integer
    Dim row2 As Integer
    Dim value As Integer
    Dim clearHidden As Boolean
     
    instance.SetRowHeight(row, row2, value, clearHidden)
    public void SetRowHeight( 
       int row,
       int row2,
       int value,
       bool clearHidden
    )

    Parameters

    row
    An integer value indicates the top row index.
    row2
    An integer value indicates the bottomr ow index.
    value
    An integer value indicates the height of the column.
    clearHidden
    See Also