Skip to main content
A newer version of this page is available. .

SpreadsheetBuilder.WorkDirectory(String) Method

Gets or sets the working directory path.

Namespace: DevExpress.AspNetCore.Spreadsheet

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

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