Back to Devexpress

SpreadsheetControl.WorksheetDisplayArea Property

windowsforms-devexpress-dot-xtraspreadsheet-dot-spreadsheetcontrol-0650fd8d.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Spreadsheet

Declaration

csharp
[Browsable(false)]
public WorksheetDisplayArea WorksheetDisplayArea { get; }
vb
<Browsable(False)>
Public ReadOnly Property WorksheetDisplayArea As WorksheetDisplayArea

Property Value

TypeDescription
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

SpreadsheetControl Class

SpreadsheetControl Members

DevExpress.XtraSpreadsheet Namespace