Back to Devexpress

SpreadsheetBuilder.Width(Int32) Method

aspnetcore-devexpress-dot-aspnetcore-dot-spreadsheet-dot-spreadsheetbuilder-dot-width-x28-system-dot-int32-x29.md

latest1.1 KB
Original Source

SpreadsheetBuilder.Width(Int32) Method

Specifies the Spreadsheet’s width.

Namespace : DevExpress.AspNetCore.Spreadsheet

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

NuGet Package : DevExpress.AspNetCore.Spreadsheet

Declaration

csharp
public SpreadsheetBuilder Width(
    int width
)

Parameters

NameTypeDescription
widthInt32

The Spreadsheet’s width.

|

Returns

TypeDescription
SpreadsheetBuilder

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

|

See Also

SpreadsheetBuilder Class

SpreadsheetBuilder Members

DevExpress.AspNetCore.Spreadsheet Namespace