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


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > TableVectorCollection クラス : Count プロパティ
行/列の数を取得または設定します。
シンタックス
'宣言
 
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;}
解説

このプロパティを -1 に設定すると、行/列の数は自動的に計算されます。

参照

TableVectorCollection クラス
TableVectorCollection メンバ