IAllowEditRange.ChangePassword Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub ChangePassword ( _
Password As String _
)
'Usage
Dim instance As IAllowEditRange
Dim Password As String
instance.ChangePassword(Password)
void ChangePassword(
string Password
)
Parameters
- Password
Type: System.String