Public Overloads ReadOnly Property Item( _ ByVal rowIndex As Integer, _ ByVal cellIndex As Integer _ ) As Cell
public Cell Item( int rowIndex, int cellIndex ) {get;}
rowIndexが0未満か、コントロールの行数 - 1を超えています。
または
cellIndexが0未満か、Rowのセル数 - 1を超えています。
GcMultiRow クラス GcMultiRow メンバ オーバーロード一覧
© 2008-2015 GrapeCity inc. All rights reserved.