BatchCellSetData Properties

The BatchCellSetData type exposes the following members.

Properties
  NameDescription
Public propertyCells
Gets the DataCellData with the specified column and row ordinal. This array may have gaps, so the ColumnTupleOrdinal and RowTupleOrdinal have to be used to determine position.
Public propertyCollapsedSets
Gets the collapsed sets.
Public propertyColumns
Gets the column axis tuples.
Public propertyColumnTupleCount
Gets or sets the total number of column tuples, including columns not included because of paging or shaping.
Public propertyElementStatistics
Gets the element statistics, if any are requested.
Public propertyExpandedSets
Gets the expanded sets.
Public propertyHierarchies
Gets the cell set hierarchies.
Public propertyRows
Gets the row axis tuples.
Public propertyRowTupleCount
Gets or sets the total number of row tuples, including rows not included because of paging or shaping.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
See Also