Class MetadataOptions

MetadataOptions class

Represents the options of loading metadata of the file.

public class MetadataOptions

Constructors

NameDescription
MetadataOptions(MetadataType)Creates an options of loading the metadata.

Properties

NameDescription
KeyLength { get; set; }The key length.
MetadataType { get; }Gets and sets the type of the metadata which is loading.
Password { get; set; }Represents Workbook file encryption password.

See Also