Class LockerSaveOptions

Class LockerSaveOptions

Excel dosyalarını kilitleme seçenekleri.
public class LockerSaveOptions : SaveOptions

Inheritance

object SaveOptions LockerSaveOptions

mirasçı üyeleri

Constructors

LockerSaveOptions()

public LockerSaveOptions()

Properties

Password

Dosyayı açmak için şifre.

public string Password { get; set; }

Mülkiyet Değer

string

PasswordOfWriteProtection

Dosyayı değiştirmek için şifre.

public string PasswordOfWriteProtection { get; set; }

Mülkiyet Değer

string

SettingsOfWorkbookProtection

Çalışma kitabını korumak için koruma ayarları.

public ProtectionSettings SettingsOfWorkbookProtection { get; set; }

Mülkiyet Değer

ProtectionSettings

SettingsOfWorksheetProtection

Çalışma sayfasını korumak için kullanılan varsayılan koruma ayarları.

public ProtectionSettings SettingsOfWorksheetProtection { get; set; }

Mülkiyet Değer

ProtectionSettings

Methods

GetPasswordOfWorksheetProtection(SplitPartInfo)

Bir çalışma sayfasını korumak için koruma ayarlarını alır.

public virtual ProtectionSettings GetPasswordOfWorksheetProtection(SplitPartInfo info)

Parameters

Returns

ProtectionSettings : mevcut levha korumak için koruma ayarları.Varsayılan olarak, bu yöntem Sheetize.LockerSaveOptions.SettingsOfWorksheetProtection tarafından belirtilen ayarları geri getirir.Eğer sıfırsa, mevcut sayfa korunmayacaktır.

İsim alanı : Sheetize Ülke Toplantısı : Sheetize.dll

 Türkçe