バージョン

MoveColumn メソッド (WinListViewRecordReplayServer)

リストの特定の列を新しい位置に移動します。
シンタックス
'宣言
 
Public Sub MoveColumn( _
   ByVal column As System.Object, _
   ByVal newPosition As System.Integer _
) 
public void MoveColumn( 
   System.object column,
   System.int newPosition
)

パラメータ

column
移動する列。表示されるテキストまたは位置 (0 基準の位置) で列を指定します。
newPosition
列を移動する新しい位置
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照