Skip to main content

SpreadsheetBuilder.WorkDirectory(String) Method

Gets or sets the working directory path.

Namespace: DevExpress.AspNetCore.Spreadsheet

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

NuGet Package: DevExpress.AspNetCore.Spreadsheet

Declaration

public SpreadsheetBuilder WorkDirectory(
    string workDirectory
)

Parameters

Name Type Description
workDirectory String

The working directory path.

Returns

Type Description
SpreadsheetBuilder

An object that can be used to further configure the Spreadsheet.

See Also