Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CellRangeDataSource Class / ContextWorksheet Property


In This Topic
    ContextWorksheet Property (CellRangeDataSource)
    In This Topic
    Gets the context worksheet to evaluate.
    Syntax
    'Declaration
     
    
    Protected Overridable ReadOnly Property ContextWorksheet As IWorksheet
    'Usage
     
    
    Dim instance As CellRangeDataSource
    Dim value As IWorksheet
     
    value = instance.ContextWorksheet
    protected virtual IWorksheet ContextWorksheet {get;}

    Property Value

    An IWorksheet object represents the context worksheet.
    See Also