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

WorksheetDisplayArea Class

An object that enables you to specify the visible worksheet area.

Namespace: DevExpress.Web.ASPxSpreadsheet

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

Declaration

public class WorksheetDisplayArea

The following members return WorksheetDisplayArea objects:

Remarks

A WorksheetDisplayArea class instance can be accessed through the ASPxSpreadsheet.WorksheetDisplayArea property.

Use the WorksheetDisplayArea.SetSize method to specify a worksheet area that is visible and allows user input.

Inheritance

Object
WorksheetDisplayArea
See Also