Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / SetRowHeight Method
Row index
Height in pixels


In This Topic
    SetRowHeight Method (SheetView)
    In This Topic
    Sets the height in pixels for the specified row on this sheet.
    Syntax
    'Declaration
     
    
    Public Sub SetRowHeight( _
       ByVal row As Integer, _
       ByVal value As Integer _
    ) 
    'Usage
     
    
    Dim instance As SheetView
    Dim row As Integer
    Dim value As Integer
     
    instance.SetRowHeight(row, value)
    public void SetRowHeight( 
       int row,
       int value
    )

    Parameters

    row
    Row index
    value
    Height in pixels
    See Also