Show / Hide Table of Contents

Class ExcelProtectedRange

Inheritance
System.Object
XmlHelper
ExcelProtectedRange
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Data.OfficeOpenXml
Assembly: Experior.Core.dll
Syntax
public class ExcelProtectedRange : XmlHelper

Properties

Address

Declaration
public ExcelAddress Address { get; set; }
Property Value
Type Description
ExcelAddress

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

SecurityDescriptor

Declaration
public string SecurityDescriptor { get; set; }
Property Value
Type Description
System.String

Methods

SetPassword(String)

Sets the password for the range

Declaration
public void SetPassword(string password)
Parameters
Type Name Description
System.String password
Back to top Generated by DocFX