Class WordKey
Summary description for Word_key.
Inheritance
System.Object
    WordKey
  Namespace: Syncfusion.XlsIO.Implementation.Security
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public class WordKey : Object
  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.  |