AbstractLowCodeProtectionProvider Class
AbstractLowCodeProtectionProvider class
Implementation to provide protection settings
type AbstractLowCodeProtectionProvider struct  {
	ptr unsafe.Pointer
}
Constructors
| Method | Description | 
|---|---|
| NewAbstractLowCodeProtectionProvider | Default constructor. | 
Methods
| Method | Description | 
|---|---|
| IsNull | Checks whether the implementation object is nullptr. | 
| GetOpenPassword | Gets the password to open spread sheet file. | 
| GetWritePassword | Gets the password to modify spread sheet file. | 
| GetWorkbookPassword | Gets the password to protect the workbook with specified protection type. | 
| GetWorkbookProtectionType | Gets the protection type to protect the workbook. | 
| GetWorksheetPassword | Gets the password to protect the specified worksheet. | 
| GetWorksheetProtectionType | Gets the protection type to protect the specified worksheet. |