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


In This Topic
    SetRowHeight(Int32,Int32) Method
    In This Topic
    Sets the height of the row.
    Syntax
    'Declaration
     
    
    Public Overloads Function SetRowHeight( _
       ByVal row As Integer, _
       ByVal value As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As LayoutManager
    Dim row As Integer
    Dim value As Integer
    Dim value As Integer
     
    value = instance.SetRowHeight(row, value)
    public int SetRowHeight( 
       int row,
       int value
    )

    Parameters

    row
    An integer value indicates the row index.
    value
    An integer value indicates the height of the column.

    Return Value

    An integer value indicates the old size
    See Also