Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapes Interface / AddConnectorToCell Method


In This Topic
    AddConnectorToCell Method
    In This Topic
    Syntax
    'Declaration
     
    Function AddConnectorToCell( _
       ByVal type As ConnectorType, _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal row2 As Integer, _
       ByVal column2 As Integer _
    ) As IShape
    'Usage
     
    Dim instance As IShapes
    Dim type As ConnectorType
    Dim row As Integer
    Dim column As Integer
    Dim row2 As Integer
    Dim column2 As Integer
    Dim value As IShape
     
    value = instance.AddConnectorToCell(type, row, column, row2, column2)
    IShape AddConnectorToCell( 
       ConnectorType type,
       int row,
       int column,
       int row2,
       int column2
    )

    Parameters

    type
    row
    column
    row2
    column2
    See Also