'宣言 Sub SetModelDataColumn( _ ByVal column As System.Integer, _ ByVal columnName As System.String _ )
void SetModelDataColumn( System.int column, System.string columnName )
パラメータ
- column
- モデル内の列のインデックス。
- columnName
- データソース列の名前
'宣言 Sub SetModelDataColumn( _ ByVal column As System.Integer, _ ByVal columnName As System.String _ )
void SetModelDataColumn( System.int column, System.string columnName )