Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetCorner Class / Rows Property
Example


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;}

    Property Value

    Rows object containing the rows in the sheet corner
    Example
    This example modifies the appearance of the sheet corner.
    See Also