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


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

    Property Value

    The area the clicked cell is in.
    See Also