バージョン

GetColumn メソッド

指定された表示位置にある列を返します。
シンタックス
'宣言
 
Public Function GetColumn( _
   ByVal position As Short _
) As UltraGridColumn
public UltraGridColumn GetColumn( 
   short position
)

パラメータ

position
表示位置。

戻り値の型

指定された表示位置にある列。
参照