Skip to main content

WorksheetDisplayArea.Reset(Int32) Method

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

Namespace: DevExpress.Xpf.Spreadsheet

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

NuGet Package: 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