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

WorksheetDisplayArea.Reset(String) Method

Displays all columns and rows in the specified worksheet.

Namespace: DevExpress.Web.ASPxSpreadsheet

Assembly: DevExpress.Web.ASPxSpreadsheet.v18.2.dll

Declaration

public void Reset(
    string worksheetName
)

Parameters

Name Type Description
worksheetName String

A string value specifying the worksheet name in the worksheet collection.

Remarks

Use the Reset method to restore the restricted visible area of the worksheet to the default size.

See Also