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

WorksheetDisplayArea.Reset(Int32) Method

Resets the number of visible rows and columns to the default settings.

Namespace: DevExpress.Xpf.Spreadsheet

Assembly: DevExpress.Xpf.Spreadsheet.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Spreadsheet, DevExpress.Wpf.Spreadsheet

Declaration

public void Reset(
    int worksheetIndex
)

Parameters

Name Type Description
worksheetIndex Int32

An integer that is the index of the worksheet in a workbook.

Remarks

By default, a worksheet can display 16384 columns (2^14) and 1048576 rows (2^20).

See Also