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


In This Topic
MatchData Property
In This Topic
Gets the conditional format matching data after processed conditional formatting rule(s).
Syntax
'Declaration
 
Public ReadOnly Property MatchData As MatchData
 
'Usage
 
Dim instance As CfExecutedResult
Dim value As MatchData
 
value = instance.MatchData

Property Value

A GrapeCity.Spreadsheet.Conditional.MatchData value represents the conditional format matching data.
See Also