Table of Contents

Class CollectionCollectionVariableColumns

Namespace
combit.Reporting.Dom
Assembly
combit.ListLabel31.CrossPlatform.dll

Collection of collection variable columns (value expressions with postfix names).

public class CollectionCollectionVariableColumns : DomCollectionBase<CollectionVariableColumn>, IList<CollectionVariableColumn>, ICollection<CollectionVariableColumn>, IReadOnlyList<CollectionVariableColumn>, IReadOnlyCollection<CollectionVariableColumn>, IEnumerable<CollectionVariableColumn>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, IDomCollectionBase
Inheritance
CollectionCollectionVariableColumns
Implements
Inherited Members

Methods

AddNew(string)

Adds a new column with the specified name postfix.

public CollectionVariableColumn AddNew(string NamePostfix)

Parameters

NamePostfix string

The postfix for the column name.

Returns

CollectionVariableColumn

The newly added CollectionVariableColumn.