SpreadsheetBuilder.Height(Int32) Method
Specifies the Spreadsheet’s height.
Namespace: DevExpress.AspNetCore.Spreadsheet
Assembly: DevExpress.AspNetCore.Spreadsheet.v24.1.dll
NuGet Package: DevExpress.AspNetCore.Spreadsheet
Declaration
public SpreadsheetBuilder Height(
int height
)
Parameters
Name | Type | Description |
---|---|---|
height | Int32 | The Spreadsheet’s height. |
Returns
Type | Description |
---|---|
SpreadsheetBuilder | An object that can be used to further configure the Spreadsheet. |
See Also