Skip to main content

WorksheetDisplayArea.Reset(String) Method

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

Namespace: DevExpress.Xpf.Spreadsheet

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

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