Spread Windows Forms 12.0 Product Documentation
IsSet Method (CellProtection)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > CellProtection Structure : IsSet Method
An AlignmentAttributes value indicates the specified property.
Determines whether the specified property has been assigned value.
Syntax
'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.
See Also

Reference

CellProtection Structure
CellProtection Members