Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType Namespace / CellCommandParameter Class / Worksheet Property


In This Topic
    Worksheet Property (CellCommandParameter)
    In This Topic
    Gets the worksheet of the button being clicked.
    Syntax
    'Declaration
     
    Public ReadOnly Property Worksheet As IWorksheet
    'Usage
     
    Dim instance As CellCommandParameter
    Dim value As IWorksheet
     
    value = instance.Worksheet
    public IWorksheet Worksheet {get;}

    Property Value

    The worksheet of the button that is clicked in the GrapeCity.Wpf.SpreadSheet.GcSpreadSheet control.
    See Also