API Reference
Class
LegacyXlsWorkbookProtection
Represents workbook protection metadata parsed from the legacy XLS globals substream.
Inheritance
- Object
- LegacyXlsWorkbookProtection
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property LegacyXlsWorkbook.Protection
Constructors
public LegacyXlsWorkbookProtection(Boolean isProtected, String legacyPasswordHash = null) #Creates workbook protection metadata.
Parameters
- isProtected System.Boolean
- Whether workbook protection is enabled.
- legacyPasswordHash System.String = null
- Optional 16-bit legacy password verifier formatted as four uppercase hexadecimal digits.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object