Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / PaintingContext Class / Worksheet Property


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