Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Conditional Namespace / MatchData Structure / CellRawValue Property


In This Topic
CellRawValue Property
In This Topic
Gets an System.Object instance represents the origin cell value.
Syntax
'Declaration
 
Public ReadOnly Property CellRawValue As Object
 
'Usage
 
Dim instance As MatchData
Dim value As Object
 
value = instance.CellRawValue

Property Value

An System.Object instance represents the origin value.
See Also