バージョン

FixedColumnInfo コンストラクタ(String,FixLocation)

FixedColumnInfo オブジェクトの新しいインスタンスを作成します。FixedColumnInfo が参照された ControlDataField のキー。列を固定する位置。
シンタックス
'宣言
 
Public Function New( _
   ByVal columnKey As String, _
   ByVal direction As FixLocation _
)
public FixedColumnInfo( 
   string columnKey,
   FixLocation direction
)

パラメータ

columnKey
FixedColumnInfo が参照された ControlDataField のキー。
direction
列を固定する位置。
参照