Back to Devexpress

ProtectedRange.Range Property

officefileapi-devexpress-dot-spreadsheet-dot-protectedrange-d7d20fd5.md

latest1.1 KB
Original Source

ProtectedRange.Range Property

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

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
CellRange Range { get; set; }
vb
Property Range As CellRange

Property Value

TypeDescription
CellRange

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

|

See Also

ProtectedRange Interface

ProtectedRange Members

DevExpress.Spreadsheet Namespace