Skip to main content
Row

ProtectedRange.Name Property

Gets or sets the name of the protected range.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v24.1.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

string Name { get; set; }

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