Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / CellLocation Structure / Area Property


In This Topic
    Area Property
    In This Topic
    Gets the area of the cell.
    Syntax
    'Declaration
     
    Public ReadOnly Property Area As SpreadsheetAreas
    'Usage
     
    Dim instance As CellLocation
    Dim value As SpreadsheetAreas
     
    value = instance.Area
    public SpreadsheetAreas Area {get;}
    See Also