Reporting

Represents a collection of TableBodyColumn

Namespace: Telerik.Reporting
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public class ColumnCollection : Collection<TableBodyColumn>
Visual Basic
Public Class ColumnCollection _
	Inherits Collection(Of TableBodyColumn)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'TableBodyColumn>)>)>
    Telerik.Reporting..::..TableBody..::..ColumnCollection

See Also