Back to Devexpress

ProtectedRange.Name Property

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

latest1.2 KB
Original Source

ProtectedRange.Name Property

Gets or sets the name of the protected range.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
string Name { get; set; }
vb
Property Name As String

Property Value

TypeDescription
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

ProtectedRange Interface

ProtectedRange Members

DevExpress.Spreadsheet Namespace