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

كلمة المرور لحماية دفتر العمل.إذا كان صفرًا، فسيتم الحفاظ على حماية الكتاب دون تغيير.

public string PasswordOfWorkbookProtection { get; set; }

قيمة الممتلكات

string

PasswordOfWriteProtection

كلمة المرور لتعديل الملف.إذا كان صفرًا، فسيتم الحفاظ على حماية الكتابة دون تغيير.

public string PasswordOfWriteProtection { get; set; }

قيمة الممتلكات

string

Methods

GetPasswordOfWorksheetProtection(SplitPartInfo)

يحصل على كلمة المرور لعدم حماية ورقة عمل واحدة.

public virtual string GetPasswordOfWorksheetProtection(SplitPartInfo info)

Parameters

  • info SplitPartInfo : معلومات عن الورقة الحالية التي يجب أن تكون غير محمية.

Returns

string : : كلمة المرور لعدم حماية الورق الحالي.إذا كان صفرًا ، فسيتم الحفاظ على الحماية للورقة الحالية دون تغيير.

اسم الفضاء : Sheetize مجلس النواب : Sheetize.dll

 عربي