'宣言 Overloads Function AddConnector( _ ByVal type As ConnectorType, _ ByVal targetRange As IRange _ ) As IShape
IShape AddConnector( ConnectorType type, IRange targetRange )
パラメータ
- type
- 追加する接続線のタイプ。
- targetRange
- 現在のシートの対象とする範囲。
戻り値の型
IShape オブジェクト。
'宣言 Overloads Function AddConnector( _ ByVal type As ConnectorType, _ ByVal targetRange As IRange _ ) As IShape
IShape AddConnector( ConnectorType type, IRange targetRange )