'Declaration Sub SetAutoSortIndex( _ ByVal index As Integer, _ ByVal value As Integer _ )
'Declaration
Sub SetAutoSortIndex( _ ByVal index As Integer, _ ByVal value As Integer _ )
'使用法 Dim instance As IAutoSortIndexSupport Dim index As Integer Dim value As Integer instance.SetAutoSortIndex(index, value)
'使用法
Dim instance As IAutoSortIndexSupport Dim index As Integer Dim value As Integer instance.SetAutoSortIndex(index, value)
void SetAutoSortIndex( int index, int value )
IAutoSortIndexSupport インタフェース IAutoSortIndexSupport メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.