Web API Edition | 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 Workbook
    public Workbook Workbook {get; set;}
    See Also