GrapeCity.Win.MultiRow.v80 アセンブリ > GrapeCity.Win.MultiRow 名前空間 > ColumnFooterSectionCollection クラス : Insert メソッド |
Public Sub Insert( _ ByVal index As Integer, _ ByVal item As ColumnFooterSection _ )
public void Insert( int index, ColumnFooterSection item )
例外 | 解説 |
---|---|
System.NotSupportedException | ColumnFooterSectionCollectionが読み取り専用です。 |
System.ArgumentNullException | itemがnull 参照 (Visual Basicでは Nothing)です。 |
System.ArgumentOutOfRangeException | indexが0未満か、コレクション内のColumnFooterSectionの数を超えています。 |