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


In This Topic
    CustomCommandParameter Property (CellCommandParameter)
    In This Topic
    Gets or sets the parameter to pass to the command.
    Syntax
    'Declaration
     
    Public ReadOnly Property CustomCommandParameter As Object
    'Usage
     
    Dim instance As CellCommandParameter
    Dim value As Object
     
    value = instance.CustomCommandParameter
    public object CustomCommandParameter {get;}

    Property Value

    Parameter to pass to the command.
    See Also