Table of Contents

Class CollectionCrosstabSubCells

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

Represents a collection of SubCells of a Crosstab.

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

Methods

Add(string, string)

Adds a new SubCell to the end of the collection.

public void Add(string value, string formula)

Parameters

value string

The value of the SubCell to be added.

formula string

The formula of the SubCell to be added.

Clear()

Clears all SubCells from the collection except the 0-indexed (one SubCell must always exist).

public void Clear()