Web API Core | ComponentOne
C1.Web.Api.Excel Namespace / ExcelExportSource Class / Workbook Property

In This Topic
    Workbook Property (ExcelExportSource)
    In This Topic
    The workbook to export.
    Syntax
    'Declaration
     
    
    <ValidateNeverAttribute()>
    Public Property Workbook As GrapeCity.Documents.Excel.Workbook
    [ValidateNever()]
    public GrapeCity.Documents.Excel.Workbook Workbook {get; set;}
    See Also