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

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.v19.1.dll

Declaration

[Browsable(false)]
public WorksheetDisplayArea WorksheetDisplayArea { get; }

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