Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CellProtection Structure / IsSet Method
An AlignmentAttributes value indicates the specified property.


In This Topic
    IsSet Method (CellProtection)
    In This Topic
    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)

    Parameters

    attr
    An AlignmentAttributes value indicates the specified property.

    Return Value

    true if the specified property has been assigned value; otherwise, false.
    See Also