WorksheetProtection

WorksheetProtection()

Varsayılan parametrelerle yeni örnek oluşturur. Değiştirilmez ve SpreadsheetSaveOptions’a aktarılmazsa, çalışma sayfası koruması uygulanmaz

public WorksheetProtection()

Ayrıca bakınız


WorksheetProtection(WorksheetProtectionType, string)

Belirtilen çalışma sayfası koruma türü ve password ile yeni örnek oluşturur

public WorksheetProtection(WorksheetProtectionType protectionType, string password)
Parametre Tip Tanım
protectionType WorksheetProtectionType Çalışma sayfası koruması türü
password String Korumayı kilitleyen şifre

Ayrıca bakınız