Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Conditional Namespace / MatchData Structure / CellValue Property


In This Topic
    CellValue Property (MatchData)
    In This Topic
    Gets an GrapeCity.CalcEngine.IPrimitiveValue object represents the cell value.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CellValue As IPrimitiveValue
    'Usage
     
    
    Dim instance As MatchData
    Dim value As IPrimitiveValue
     
    value = instance.CellValue
    public IPrimitiveValue CellValue {get;}

    Property Value

    An GrapeCity.CalcEngine.IPrimitiveValue object represents the cell value.
    See Also