Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeRange Interface / Distribute Method
if set to true horizontally distributes the shapes.


In This Topic
    Distribute Method (IShapeRange)
    In This Topic
    Horizontally or vertically distributes the shapes in the specified range of shapes.
    Syntax
    'Declaration
     
    
    Sub Distribute( _
       Optional ByVal horizontal As Boolean _
    ) 
    'Usage
     
    
    Dim instance As IShapeRange
    Dim horizontal As Boolean
     
    instance.Distribute(horizontal)
    void Distribute( 
       bool horizontal
    )

    Parameters

    horizontal
    if set to true horizontally distributes the shapes.
    See Also