Spread WPF 18
GrapeCity.Spreadsheet.Printing Namespace / PrintingContext Class / Workbook Property


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