Spread Windows Forms 12.0 Product Documentation
CellValue Property (MatchData)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Conditional Namespace > MatchData Structure : CellValue Property
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

Reference

MatchData Structure
MatchData Members