Skip to main content

SpreadsheetBuilder.Width(Int32) Method

Specifies the Spreadsheet’s width.

Namespace: DevExpress.AspNetCore.Spreadsheet

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

NuGet Package: DevExpress.AspNetCore.Spreadsheet

Declaration

public SpreadsheetBuilder Width(
    int width
)

Parameters

Name Type Description
width Int32

The Spreadsheet’s width.

Returns

Type Description
SpreadsheetBuilder

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

See Also