Spread Windows Forms 12.0 Product Documentation
MatchData Property


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

Property Value

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

Reference

CfExecutedResult Structure
CfExecutedResult Members