Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RowHeader Class / Rows Property


In This Topic
    Rows Property (RowHeader)
    In This Topic
    Gets a Rows object for the rows in the row header.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Rows As Rows
    'Usage
     
    
    Dim instance As RowHeader
    Dim value As Rows
     
    value = instance.Rows
    public Rows Rows {get;}
    See Also