Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / CommandResult Structure / Value Property


In This Topic
    Value Property (CommandResult)
    In This Topic
    Gets the Value object that is returned by an action
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Value As CellValue
    'Usage
     
    
    Dim instance As CommandResult
    Dim value As CellValue
     
    value = instance.Value
    public CellValue Value {get;}
    See Also