SpreadsheetBuilder.Height(String) Method
Sets a specified height for the Spreadsheet’s element on the page.
Namespace: DevExpress.AspNetCore.Spreadsheet
Assembly: DevExpress.AspNetCore.Spreadsheet.v24.1.dll
NuGet Package: DevExpress.AspNetCore.Spreadsheet
Declaration
public SpreadsheetBuilder Height(
string height
)
Parameters
Name | Type | Description |
---|---|---|
height | String | The Spreadsheet’s height. |
Returns
Type | Description |
---|---|
SpreadsheetBuilder | A SpreadsheetBuilder that can be used to further configure the Spreadsheet. |
See Also