ProtectedRange.Name Property
In This Article
Gets or sets the name of the protected range.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Property Value
Type | Description |
---|---|
String | A string that specifies the name associated with the protected range. |
#Remarks
Set the Name property to make it possible to access a protected range in a ProtectedRangeCollection by name.
See Also