Password

SpreadsheetSaveOptions.Password property

Allows to specify, modify, obtain, or remove a password, which will be used to encode the generated Spreadsheet document, if tis document format supports password protection. Specify NULL or empty string for removing (cleaning) the password.

public string Password { get; set; }

See Also