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

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