Class UnlockerLoadOptions

Class UnlockerLoadOptions

Excel 파일을 해제 할 수있는 옵션.
public class UnlockerLoadOptions : LoadOptions

Inheritance

object LoadOptions UnlockerLoadOptions

상속 회원들

Constructors

UnlockerLoadOptions()

public UnlockerLoadOptions()

Properties

Password

파일을 열기 위한 암호입니다.

public string Password { get; set; }

부동산 가치

string

PasswordOfWorkbookProtection

워크북을 보호하기위한 암호.그것이 null이라면 작업북 보호는 변경되지 않고 유지됩니다.

public string PasswordOfWorkbookProtection { get; set; }

부동산 가치

string

PasswordOfWriteProtection

파일을 수정하는 암호.그것이 null이라면, 글쓰기 보호는 변경되지 않고 유지됩니다.

public string PasswordOfWriteProtection { get; set; }

부동산 가치

string

Methods

GetPasswordOfWorksheetProtection(SplitPartInfo)

단 하나의 워크시트를 보호하지 않도록 암호를 얻습니다.

public virtual string GetPasswordOfWorksheetProtection(SplitPartInfo info)

Parameters

  • info SplitPartInfo : 보호되지 않아야 할 현재 잎에 대한 정보.

Returns

string : 암호는 현재 시트를 보호하지 않습니다.그것이 null이라면, 현재시트의 보호는 변경되지 않고 유지됩니다.

이름 공간 : Sheetize 의회 회의 : Sheetize.dll

 한국어