Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeRange Interface / Distribute Method


In This Topic
    Distribute Method
    In This Topic
    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
    See Also