Class WordKey
Summary description for Word_key.
Inheritance
System.Object
WordKey
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.XlsIO.Implementation.Security
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public class WordKey
Constructors
WordKey()
Initializes a new instance of the WordKey class.
Declaration
public WordKey()
Properties
Status
Gets or sets the status.
Declaration
public byte[] Status { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The status. |
X
Gets or sets the x.
Declaration
public byte X { get; set; }
Property Value
Type | Description |
---|---|
System.Byte | The x. |
Y
Gets or sets the y.
Declaration
public byte Y { get; set; }
Property Value
Type | Description |
---|---|
System.Byte | The y. |