'Declaration Public Sub RemoveAt( _ ByVal index As Integer _ )
'Declaration
Public Sub RemoveAt( _ ByVal index As Integer _ )
'使用法 Dim instance As FillCollection Dim index As Integer instance.RemoveAt(index)
'使用法
Dim instance As FillCollection Dim index As Integer instance.RemoveAt(index)
public void RemoveAt( int index )
FillCollection クラス FillCollection メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.