MetadataOptions
Contents
[
Hide
]MetadataOptions class
Represents the options of loading metadata of the file.
Constructors
| Name | Description |
|---|---|
| MetadataOptions | Creates an options of loading the metadata. |
Properties
| Name | Type | Description |
|---|---|---|
| MetadataType | int | Gets and sets the type of the metadata which is loading. The value of the property is MetadataType integer constant. |
| Password | String | Represents Workbook file encryption password. |
| KeyLength | int | The key length. |
MetadataOptions(metadataType)
Creates an options of loading the metadata.
| Parameter | Type | Description |
|---|---|---|
| metadataType | int | A MetadataType value. The type of metadata. |
MetadataOptions.MetadataType property
Gets and sets the type of the metadata which is loading. The value of the property is MetadataType integer constant.
Type: int
MetadataOptions.Password property
Represents Workbook file encryption password.
Type: String
MetadataOptions.KeyLength property
The key length.
Type: int