Class UnlockerLoadOptions

Class UnlockerLoadOptions

Tùy chọn để mở khóa Excel file.
public class UnlockerLoadOptions : LoadOptions

Inheritance

object LoadOptions UnlockerLoadOptions

Thành viên thừa kế

Constructors

UnlockerLoadOptions()

public UnlockerLoadOptions()

Properties

Password

Password để mở file.

public string Password { get; set; }

Giá trị bất động sản

string

PasswordOfWorkbookProtection

Mật khẩu để bảo vệ sổ làm việc.Nếu nó là không, hộp thư sẽ được giữ lại mà không thay đổi.

public string PasswordOfWorkbookProtection { get; set; }

Giá trị bất động sản

string

PasswordOfWriteProtection

mật khẩu để sửa đổi tệp. nếu nó là không, viết bảo vệ sẽ được giữ lại mà không thay đổi.

public string PasswordOfWriteProtection { get; set; }

Giá trị bất động sản

string

Methods

GetPasswordOfWorksheetProtection(SplitPartInfo)

Nhận mật khẩu để không bảo vệ một sổ làm việc.

public virtual string GetPasswordOfWorksheetProtection(SplitPartInfo info)

Parameters

  • info SplitPartInfo : Thông tin về trang hiện tại mà cần phải không được bảo vệ.

Returns

string : mật khẩu để không bảo vệ trang hiện tại. nếu nó là không, bảo mật của trang Hiện tại sẽ được giữ lại mà không thay đổi.

Tên không gian: Sheetize Hội nghị thượng đỉnh: Sheetize.dll

 Tiếng Việt