Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / Rows Property


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