







|
| EPPlus 3.0 |
| ExcelSheetProtection..::.SetPassword Method |
| ExcelSheetProtection Class See Also Send Feedback |
Sets a password for the sheet.
Namespace:
OfficeOpenXml
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
| C# |
|---|
public void SetPassword( string Password ) |
| Visual Basic (Declaration) |
|---|
Public Sub SetPassword ( _ Password As String _ ) |
| Visual C++ |
|---|
public: void SetPassword( String^ Password ) |
Parameters
- Password
- Type: System..::.String
[Missing <param name="Password"/> documentation for "M:OfficeOpenXml.ExcelSheetProtection.SetPassword(System.String)"]
