FixedCrossTableRowSeries class
FixedCrossTableRowSeries
A row series used in FixedCrossTable
Constructors
- () - Construct new row series.
Methods
- Empty Add(FixedCrossTableDataSeries series "Item to add.") - Add new data series.
- Empty Clear() - Clear collection.
- FixedCrossTableDataSeries this[] { get; }(number index "The key used to lookup the value.") - Get an item based on a index.
- Empty RemoveAt(number index "Index to remove.") - Remove an element.
- Empty this[] { set; }(number index "The key used to lookup the value.", FixedCrossTableDataSeries value "The value to set.") - Set an item based on a index to the value given.
- string ToString() - The string representation of the object.
Properties
- number Count { get; } - Number of elements.
- string ObjectTypeName { get; } - The name of the type of object.
- TypeInformation TypeInformation { get; } - Get information about this class.