Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Alignment Structure / IsSet Method
A AlignmentAttributes value indicates the attribute(s) will be tested.


In This Topic
    IsSet Method (Alignment)
    In This Topic
    Determines whether the specified attribute(s) is set.
    Syntax
    'Declaration
     
    
    Public Function IsSet( _
       ByVal attr As AlignmentAttributes _
    ) As Boolean
    'Usage
     
    
    Dim instance As Alignment
    Dim attr As AlignmentAttributes
    Dim value As Boolean
     
    value = instance.IsSet(attr)
    public bool IsSet( 
       AlignmentAttributes attr
    )

    Parameters

    attr
    A AlignmentAttributes value indicates the attribute(s) will be tested.

    Return Value

    true if the specified attribute(s) is set; otherwise, false.
    See Also