'DeclarationPublic Property AllowSelectUnlockedCells As Boolean
'UsageDim instance As WorksheetProtection Dim value As Boolean instance.AllowSelectUnlockedCells = value value = instance.AllowSelectUnlockedCells
public bool AllowSelectUnlockedCells {get; set;}