'宣言 Public Function GetDataColumnCaption( _ ByVal column As System.Integer _ ) As System.String
public System.string GetDataColumnCaption( System.int column )
パラメータ
- column
- キャプションを取得する列のインデックス
'宣言 Public Function GetDataColumnCaption( _ ByVal column As System.Integer _ ) As System.String
public System.string GetDataColumnCaption( System.int column )
例外 | 解説 |
---|---|
System.IndexOutOfRangeException | 指定されたインデックスが範囲外です。0から列の総数までの値を指定する必要があります。 |