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

ProtectedRange.Name Property

Gets or sets the name of the protected range.

Namespace: DevExpress.Spreadsheet

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

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