'Declaration Function Protect( _ Optional ByVal password As String _ ) As Boolean
'Declaration
Function Protect( _ Optional ByVal password As String _ ) As Boolean
'Usage Dim instance As ISheet Dim password As String Dim value As Boolean value = instance.Protect(password)
'Usage
Dim instance As ISheet Dim password As String Dim value As Boolean value = instance.Protect(password)
bool Protect( string password )
true
false
ISheet Interface ISheet Members