WorksheetDisplayArea.Reset(Int32) Method
In This Article
Resets the number of visible rows and columns to the default settings.
Namespace: DevExpress.Xpf.Spreadsheet
Assembly: DevExpress.Xpf.Spreadsheet.v24.2.dll
NuGet Package: DevExpress.Wpf.Spreadsheet
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
worksheet |
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