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

WorksheetDisplayArea.Reset(String) Method

Resets the number of visible rows and columns to 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(
    string worksheetName
)

Parameters

Name Type Description
worksheetName String

A string that is the name of the worksheet.

Remarks

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

See Also