Spread Windows Forms 12.0 Product Documentation
IsSet Method (Alignment)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Alignment Structure : IsSet Method
A AlignmentAttributes value indicates the attribute(s) will be tested.
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

Reference

Alignment Structure
Alignment Members