ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexSheet Assembly / C1.Web.Mvc.Sheet Namespace / FlexSheetHelper Class / Load Method / Load(Workbook) Method
The Workbook instance

In This Topic
    Load(Workbook) Method
    In This Topic
    Load data from the Workbook instance.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Load( _
       ByVal workbook As Workbook _
    ) As FlexSheetLoadResponse
    public static FlexSheetLoadResponse Load( 
       Workbook workbook
    )

    Parameters

    workbook
    The Workbook instance

    Return Value

    The response data
    See Also