Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / CellClickEventArgs Class / SheetArea Property


In This Topic
    SheetArea Property (CellClickEventArgs)
    In This Topic
    Gets the area the clicked cell is in.
    Syntax
    'Declaration
     
    Public ReadOnly Property SheetArea As SheetArea
    'Usage
     
    Dim instance As CellClickEventArgs
    Dim value As SheetArea
     
    value = instance.SheetArea
    public SheetArea SheetArea {get;}

    Property Value

    The area the clicked cell is in.
    See Also