WorksheetDisplayArea.Reset(Int32) Method
Displays all columns and rows in the specified worksheet.
Namespace: DevExpress.Web.ASPxSpreadsheet
Assembly: DevExpress.Web.ASPxSpreadsheet.v24.1.dll
NuGet Package: DevExpress.Web.Office
Declaration
Parameters
Name | Type | Description |
---|---|---|
worksheetIndex | Int32 | An integer that is the zero-based index of the worksheet in the worksheet collection. |
Remarks
Use the Reset method to restore the restricted visible area of the worksheet to the default size.
See Also