PrintDocument for WinForms
Count プロパティ (TableVectorCollection)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > TableVectorCollection クラス : Count プロパティ
Gets or sets the logical count of vectors (rows or columns) in the current collection. Setting this property to -1 (which is the default) ensures that Count is calculated automatically.
シンタックス
'宣言
 
Public Property Count As System.Integer
'使用法
 
Dim instance As TableVectorCollection
Dim value As System.Integer
 
instance.Count = value
 
value = instance.Count
public System.int Count {get; set;}
解説
C1PrintDocument tables are logically infinite. Simply accessing an element at any position expands the table to include that position. Hence by default the Count property returns the maximum row or column number that has been accessed so far. Assigning a non-negative value to this property allows to increase or decrease the number of rows or columns (if the number of vectors is decreased, elements with greater indices are cleared).
参照

TableVectorCollection クラス
TableVectorCollection メンバ