Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / HeaderFooterParser Class / Workbook Property


In This Topic
    Workbook Property (HeaderFooterParser)
    In This Topic
    Gets the associated workbook.
    Syntax
    'Declaration
     
    
    Protected ReadOnly Property Workbook As Workbook
    'Usage
     
    
    Dim instance As HeaderFooterParser
    Dim value As Workbook
     
    value = instance.Workbook
    protected Workbook Workbook {get;}
    See Also