IsSet Method (CellProtection)
In This Topic
Determines whether the specified property has been assigned value.
Syntax
'Declaration
Public Function IsSet( _
ByVal 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
)
Parameters
- attr
- An AlignmentAttributes value indicates the specified property.
Return Value
true
if the specified property has been assigned value; otherwise, false
.
See Also