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


In This Topic
Worksheet Property (MatchData)
In This Topic
Gets the context worksheet.
Syntax
'Declaration
 
Public ReadOnly Property Worksheet As Worksheet
 
'Usage
 
Dim instance As MatchData
Dim value As Worksheet
 
value = instance.Worksheet

Property Value

A Worksheet object indicates the context worksheet.
See Also