Skip to main content

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

NuGet Package: DevExpress.Web.Office

Declaration

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.

Spreadsheet-WorksheetDisplayArea.png

See Also