Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeRange Interface / Align Method
The alignment command.


In This Topic
Align Method
In This Topic
Aligns the shapes in the specified range of shapes.
Syntax
'Declaration
 
Sub Align( _
   ByVal alignCmd As AlignCommand _
) 
 
'Usage
 
Dim instance As IShapeRange
Dim alignCmd As AlignCommand
 
instance.Align(alignCmd)

Parameters

alignCmd
The alignment command.
See Also