Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.OpenXml Namespace / OpenResult Structure / Workbook Property


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