_Workbook.PasswordEncryptionAlgorithm 属性

定义

返回一个 String 类型的数值,该数值表示 Microsoft Excel 对指定的工作簿编写密码时使用的算法。 此为只读属性。

public:
 property System::String ^ PasswordEncryptionAlgorithm { System::String ^ get(); };
public string PasswordEncryptionAlgorithm { get; }
Public ReadOnly Property PasswordEncryptionAlgorithm As String

属性值

注解

SetPasswordEncryptionOptions(Object, Object, Object, Object)使用 方法指定 Excel 是否加密受密码保护的工作簿的文件属性。

适用于