Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Cell Class / SheetArea Property


In This Topic
    SheetArea Property (Cell)
    In This Topic
    Gets the sheet area that the cell belongs to.
    Syntax
    'Declaration
     
    Public ReadOnly Property SheetArea As SheetArea
    'Usage
     
    Dim instance As Cell
    Dim value As SheetArea
     
    value = instance.SheetArea
    public SheetArea SheetArea {get;}
    See Also