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

SpreadsheetBuilder.Height(Int32) Method

Specifies the Spreadsheet’s height.

Namespace: DevExpress.AspNetCore.Spreadsheet

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

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