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


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