Spread Windows Forms 12.0 Product Documentation
CellRawValue Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.Conditional Namespace > MatchData Structure : CellRawValue Property
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
public object CellRawValue {get;}

Property Value

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

Reference

MatchData Structure
MatchData Members