Skip to main content
Row

ProtectedRange.Range Property

Gets or sets the worksheet cell or range associated with the current protected range.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

CellRange Range { get; set; }

Property Value

Type Description
CellRange

A CellRange object that is the worksheet cell or cell range.

See Also