IdxSpreadSheetProtectionInfo Interface
In This Article
Exposes the password verification method.
#Declaration
Delphi
IdxSpreadSheetProtectionInfo = interface(IInterface)
#Remarks
This interface exposes the CheckPassword function that is called internally to check the password entered into the Password Protection dialog’s “Enter Password:” field:
The TdxSpreadSheetCustomProtectionOptions.ProtectionInfo property references the IdxSpreadSheetProtectionInfo interface.
#Inheritance
IInterface
IdxSpreadSheetProtectionInfo
See Also