Skip to main content

WorksheetDisplayArea.Reset(Int32) Method

Displays all columns and rows in the specified worksheet.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.XtraSpreadsheet.v23.2.dll

NuGet Package: DevExpress.Win.Spreadsheet

Declaration

public void Reset(
    int worksheetIndex
)

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 (with all 1,048,576 rows and 16,384 columns visible).

See Also