GrapeCity.Win.MultiRow.v80 アセンブリ > GrapeCity.Win.MultiRow 名前空間 > ColumnFooterSectionCollection クラス : AddRange メソッド |
Public Sub AddRange( _ ByVal footers() As ColumnFooterSection _ )
public void AddRange( ColumnFooterSection[] footers )
例外 | 解説 |
---|---|
System.NotSupportedException | ColumnFooterSectionCollectionが読み取り専用です。 |
System.ArgumentNullException | footersがnull 参照 (Visual Basicでは Nothing)です。 |
System.ArgumentException | footersにnull 参照 (Visual Basicでは Nothing)が含まれます。 |