'宣言 Public Function New( _ ByVal rowIndex As System.Integer, _ ByVal dataItemIndex As System.Integer, _ ByVal rowType As C1GridViewRowType, _ ByVal rowState As C1GridViewRowState _ )
public C1GridViewDataRow( System.int rowIndex, System.int dataItemIndex, C1GridViewRowType rowType, C1GridViewRowState rowState )
パラメータ
- rowIndex
- C1GridView.Rowsコレクション内のC1GridViewDataRowオブジェクトのインデックス。
- dataItemIndex
- 基底のDataSet内のDataItemのインデックス。
- rowType
- C1GridViewDataRowの行タイプ。
- rowState
- C1GridViewDataRowオブジェクトの状態。