Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Alignment Structure / Reset Method
A AlignmentAttributes value indicates the attribute(s) will be reset.


In This Topic
Reset Method (Alignment)
In This Topic
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)

Parameters

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