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
valuestringThe value of the SubCell to be added.
formulastringThe 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()