SpreadsheetExtension.GetDocumentId(String) Method
Returns the unique identifier of the specified Spreadsheet document.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
extensionName | String | A string value specifying the Spreadsheet extension name. |
Returns
Type | Description |
---|---|
String | A string value that uniquely identifies the document. |
See Also