Table of Contents

Class TableLayoutManager.ColumnCollection

Namespace
Root.ReportNet.Pdf
Assembly
ReportNet.dll
public sealed class TableLayoutManager.ColumnCollection : IEnumerable<TableColumn>, IEnumerable
Inheritance
TableLayoutManager.ColumnCollection
Implements
Inherited Members

Properties

Count

public int Count { get; }

Property Value

int

this[int]

public TableColumn this[int index] { get; }

Parameters

index int

Property Value

TableColumn

Methods

Contains(TableColumn)

public bool Contains(TableColumn col)

Parameters

col TableColumn

Returns

bool

GetEnumerator()

Returns an enumerator that iterates through the collection.

public IEnumerator<TableColumn> GetEnumerator()

Returns

IEnumerator<TableColumn>

An enumerator that can be used to iterate through the collection.