Spread Windows Forms 15.0
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
    public Worksheet Worksheet {get;}

    Property Value

    A Worksheet object indicates the context worksheet.
    See Also