Spread Windows Forms 12.0 Product Documentation
Reset Method (Alignment)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Alignment Structure : Reset Method
A AlignmentAttributes value indicates the attribute(s) will be reset.
Resets the specified attribute(s).
Syntax
'Declaration
 
Public Sub Reset( _
   ByVal attr As AlignmentAttributes _
) 
'Usage
 
Dim instance As Alignment
Dim attr As AlignmentAttributes
 
instance.Reset(attr)
public void Reset( 
   AlignmentAttributes attr
)

Parameters

attr
A AlignmentAttributes value indicates the attribute(s) will be reset.
See Also

Reference

Alignment Structure
Alignment Members