C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / TableVectorCollection Class
Members

TableVectorCollection Class
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.
Object Model
TableVectorCollection Class
Syntax
'Declaration
 
Public MustInherit Class TableVectorCollection 
   Inherits C1.C1Preview.Util.FastList
 
Inheritance Hierarchy

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

See Also