Aspose::Cells::LowCode::AbstractLowCodeProtectionProvider::GetWorksheetProtectionType method
AbstractLowCodeProtectionProvider::GetWorksheetProtectionType(const U16String&) method
Gets the protection type to protect the specified worksheet.
ProtectionType Aspose::Cells::LowCode::AbstractLowCodeProtectionProvider::GetWorksheetProtectionType(const U16String &sheetName)
ReturnValue
Protection type to protect the specified worksheet. ProtectionType.None means no protection for the worksheet.
See Also
- Enum ProtectionType
- Class U16String
- Class AbstractLowCodeProtectionProvider
- Namespace Aspose::Cells::LowCode
- Library Aspose.Cells for C++
AbstractLowCodeProtectionProvider::GetWorksheetProtectionType(const char16_t*) method
Gets the protection type to protect the specified worksheet.
ProtectionType Aspose::Cells::LowCode::AbstractLowCodeProtectionProvider::GetWorksheetProtectionType(const char16_t *sheetName)
ReturnValue
Protection type to protect the specified worksheet. ProtectionType.None means no protection for the worksheet.
See Also
- Enum ProtectionType
- Class AbstractLowCodeProtectionProvider
- Namespace Aspose::Cells::LowCode
- Library Aspose.Cells for C++