Skip to main content

WorksheetDisplayArea Class

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

Namespace: DevExpress.Web.ASPxSpreadsheet

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

NuGet Package: DevExpress.Web.Office

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