Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeRange Interface / Align Method
The alignment command.


In This Topic
    Align Method (IShapeRange)
    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)
    void Align( 
       AlignCommand alignCmd
    )

    Parameters

    alignCmd
    The alignment command.
    See Also