Skip to main content

SpreadsheetRequestProcessor.GetSpreadsheetFromState(SpreadsheetClientState) Method

Gets a Spreadsheet object from a client state.

Namespace: DevExpress.AspNetCore.Spreadsheet

Assembly: DevExpress.AspNetCore.Spreadsheet.v25.2.dll

NuGet Package: DevExpress.AspNetCore.Spreadsheet

Declaration

public static ASPxSpreadsheet GetSpreadsheetFromState(
    SpreadsheetClientState spreadsheetState
)

Parameters

Name Type Description
spreadsheetState SpreadsheetClientState

An object that contains information about the Spreadsheet’s client state.

Returns

Type Description
ASPxSpreadsheet

A Spreadsheet object.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the GetSpreadsheetFromState(SpreadsheetClientState) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also