Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

Description

Sets or returns the password hash that is used to write-protect (not encrypt) the worksheet.
C#
public int ProtectPasswordHash{ get; set; }
vb.net
Public Property ProtectPasswordHash() As Integer<

Examples

C#
//--- Get ProtectPasswordHash
int passwordHash = ws.ProtectPasswordHash;
 
//--- Set ProtectPasswordHash
ws.ProtectPasswordHash = 12345;
vb.net
'--- Get ProtectPasswordHash
Dim passwordHash = ws.ProtectPasswordHash
 
'--- Set ProtectPasswordHash
ws.ProtectPasswordHash = 12345

  • No labels