Spread WinForms 15
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

Property Value

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