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

In This Topic
    Workbook Property (ExcelRequest)
    In This Topic
    Gets or sets the workbook which is posted from client side.
    Syntax
    'Declaration
     
    
    Public Property Workbook As GrapeCity.Documents.Excel.Workbook
    public GrapeCity.Documents.Excel.Workbook Workbook {get; set;}
    See Also