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


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