Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetCorner Class / Cells Property


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