MetadataOptions

MetadataOptions class

Represents the options of loading metadata of the file.

Constructors

NameDescription
MetadataOptionsCreates an options of loading the metadata.

Properties

NameTypeDescription
MetadataTypeintGets and sets the type of the metadata which is loading. The value of the property is MetadataType integer constant.
PasswordStringRepresents Workbook file encryption password.
KeyLengthintThe key length.

MetadataOptions(metadataType)

Creates an options of loading the metadata.

ParameterTypeDescription
metadataTypeintA 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