SpreadsheetControl.WorksheetDisplayArea Property
Provides access to an object enabling you to specify a worksheet area that is visible in the SpreadsheetControl and allows end-user input.
Namespace: DevExpress.XtraSpreadsheet
Assembly: DevExpress.XtraSpreadsheet.v24.1.dll
NuGet Package: DevExpress.Win.Spreadsheet
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