Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType Namespace / CellTypeCommandParameter Class / Value Property


In This Topic
    Value Property (CellTypeCommandParameter)
    In This Topic
    Gets or sets the cell value.
    Syntax
    'Declaration
     
    Public ReadOnly Property Value As Object
    'Usage
     
    Dim instance As CellTypeCommandParameter
    Dim value As Object
     
    value = instance.Value
    public object Value {get;}
    See Also