Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / CommandResult Structure / CellValue Property


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