Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

ProtectedRange.Range Property

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

Namespace: DevExpress.Spreadsheet

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

Declaration

CellRange Range { get; set; }

Property Value

Type Description
CellRange

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

See Also