PrintDocument for WinForms
TableVectorCollection クラス
メンバ 


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 : TableVectorCollection クラス
The abstract base class representing a collection of TableVector objects. This is the base class for collections of table rows and columns, accessible as RenderTable.Rows and RenderTable.Cols on a RenderTable.
オブジェクト モデル
TableVectorCollection クラス
シンタックス
'宣言
 
Public MustInherit Class TableVectorCollection 
   Inherits C1.C1Preview.Util.FastList
'使用法
 
Dim instance As TableVectorCollection
public abstract class TableVectorCollection : C1.C1Preview.Util.FastList 
継承階層

System.Object
   C1.C1Preview.Util.FastList
      C1.C1Preview.TableVectorCollection
         C1.C1Preview.TableColCollection
         C1.C1Preview.TableRowCollection

参照

TableVectorCollection メンバ
C1.C1Preview 名前空間
TableRowCollection クラス
TableColCollection クラス
RenderTable クラス