Spread WPF 17
GrapeCity.Excel Namespace / IExcelWriter Interface / GetWorkbookProperty Method


In This Topic
    GetWorkbookProperty Method
    In This Topic
    Gets the current workbook property setting
    Syntax
    'Declaration
     
    Function GetWorkbookProperty() As IExcelWorkbookPropery
    'Usage
     
    Dim instance As IExcelWriter
    Dim value As IExcelWorkbookPropery
     
    value = instance.GetWorkbookProperty()
    IExcelWorkbookPropery GetWorkbookProperty()

    Return Value

    An IExcelWorkbookPropery instance represents current workbook setting
    See Also