'Declaration
Public Function IsSet( _ ByVal attr As CellProtectionAttributes _ ) As Boolean
'Usage
Dim instance As CellProtection Dim attr As CellProtectionAttributes Dim value As Boolean value = instance.IsSet(attr)
public bool IsSet( CellProtectionAttributes attr )
Parameters
- attr
- An AlignmentAttributes value indicates the specified property.
Return Value
true
if the specified property has been assigned value; otherwise, false
.