WorksheetDisplayArea Class
In This Article
An object that enables you to specify the visible worksheet area.
Namespace: DevExpress.Web.ASPxSpreadsheet
Assembly: DevExpress.Web.ASPxSpreadsheet.v24.2.dll
NuGet Package: DevExpress.Web.Office
#Declaration
#Related API Members
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.
See Also