'宣言 Sub SetColumnName( _ ByVal index As System.Integer, _ ByVal columnName As System.String _ )
void SetColumnName( System.int index, System.string columnName )
パラメータ
- index
- テーブル列インデックスを示す整数値。
- columnName
- 列を示す文字列値。
'宣言 Sub SetColumnName( _ ByVal index As System.Integer, _ ByVal columnName As System.String _ )
void SetColumnName( System.int index, System.string columnName )