'Declaration Public Overloads Sub Insert( _ ByVal index As Integer, _ ByVal key As String _ )
'Declaration
Public Overloads Sub Insert( _ ByVal index As Integer, _ ByVal key As String _ )
'使用法 Dim instance As StyleCollection Dim index As Integer Dim key As String instance.Insert(index, key)
'使用法
Dim instance As StyleCollection Dim index As Integer Dim key As String instance.Insert(index, key)
public void Insert( int index, string key )
StyleCollection クラス StyleCollection メンバ オーバーロード一覧
© 2004-2018, GrapeCity Inc. All rights reserved.