AutoComplete for ASP.NET Web Forms
Count プロパティ (SectionCollection)

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > SectionCollection クラス : Count プロパティ
Returns the number of elements in the collection.
シンタックス
'宣言
 
Public ReadOnly Property Count As System.Integer
public System.int Count {get;}
解説

The SectionCollection class does not have Add or Remove methods.

That is because the number of sections in a report is determined by then number of groups. To add or remove sections from the report, you need to add or remove groups.

参照

SectionCollection クラス
SectionCollection メンバ