SpreadsheetBuilder.WorkDirectory(String) Method
Gets or sets the working directory path.
Namespace: DevExpress.AspNetCore.Spreadsheet
Assembly: DevExpress.AspNetCore.Spreadsheet.v24.2.dll
NuGet Package: DevExpress.AspNetCore.Spreadsheet
#Declaration
public SpreadsheetBuilder WorkDirectory(
string workDirectory
)
#Parameters
Name | Type | Description |
---|---|---|
work |
String | The working directory path. |
#Returns
Type | Description |
---|---|
Spreadsheet |
An object that can be used to further configure the Spreadsheet. |