Represents a collection of table's columns, each item is of the type TableColumn.

Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
[DefaultMemberAttribute("Item")]
public class TableColumnCollection : DocumentElementCollection
Visual Basic (Declaration)
<DefaultMemberAttribute("Item")> _
Public Class TableColumnCollection _
	Inherits DocumentElementCollection

Inheritance Hierarchy

See Also