Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / ValueContext Class / Worksheet Property


In This Topic
    Worksheet Property (ValueContext)
    In This Topic
    Gets an GrapeCity.Spreadsheet.IWorksheet object indicating the current worksheet.
    Syntax
    'Declaration
     
    Public ReadOnly Property Worksheet As IWorksheet
    'Usage
     
    Dim instance As ValueContext
    Dim value As IWorksheet
     
    value = instance.Worksheet
    public IWorksheet Worksheet {get;}
    See Also