ProtectedRange.Ranges Property
In This Article
OBSOLETE
Use the Range property instead.
Gets or sets worksheet ranges for the current ProtectedRange object.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Property Value
Type | Description |
---|---|
IList<Cell |
A list of Cell |
See Also