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


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

    Property Value

    Cells object containing the cells in the sheet corner
    Example
    This example modifies the appearance of the sheet corner.
    See Also