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


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