AbstractLowCodeProtectionProvider Class

AbstractLowCodeProtectionProvider class

Implementation to provide protection settings


type AbstractLowCodeProtectionProvider struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewAbstractLowCodeProtectionProviderDefault constructor.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetOpenPasswordGets the password to open spread sheet file.
GetWritePasswordGets the password to modify spread sheet file.
GetWorkbookPasswordGets the password to protect the workbook with specified protection type.
GetWorkbookProtectionTypeGets the protection type to protect the workbook.
GetWorksheetPasswordGets the password to protect the specified worksheet.
GetWorksheetProtectionTypeGets the protection type to protect the specified worksheet.