'Declaration
Public Property Protect As Boolean
'Usage
Dim instance As ExcelXMLStyle Dim value As Boolean instance.Protect = value value = instance.Protect
public bool Protect {get; set;}
Property Value
true
if protect; otherwise, false
.'Declaration
Public Property Protect As Boolean
'Usage
Dim instance As ExcelXMLStyle Dim value As Boolean instance.Protect = value value = instance.Protect
public bool Protect {get; set;}
true
if protect; otherwise, false
.