'Declaration Public Sub Insert( _ ByVal index As Integer, _ ByVal item As Bevel _ )
'Declaration
Public Sub Insert( _ ByVal index As Integer, _ ByVal item As Bevel _ )
'使用法 Dim instance As BevelCollection Dim index As Integer Dim item As Bevel instance.Insert(index, item)
'使用法
Dim instance As BevelCollection Dim index As Integer Dim item As Bevel instance.Insert(index, item)
public void Insert( int index, Bevel item )
BevelCollection クラス BevelCollection メンバ
Copyright © 2004 GrapeCity inc.