ASPxSpreadsheet.WorksheetDisplayArea Property
Provides access to an object enabling you to specify a worksheet area that is visible in the Spreadsheet and allows end-user input.
Namespace: DevExpress.Web.ASPxSpreadsheet
Assembly: DevExpress.Web.ASPxSpreadsheet.v24.1.dll
NuGet Package: DevExpress.Web.Office
Declaration
Property Value
Type | Description |
---|---|
WorksheetDisplayArea | A WorksheetDisplayArea object. |
Remarks
Use the WorksheetDisplayArea.SetSize method to restrict access to worksheet cells provided by a control’s UI. This restriction does not affect API methods, so you can change cell the content and format in code.
See Also