XRCrossTabCellCollection Properties
The collection of Cross Tab cells.
Name | Description |
---|---|
Capacity |
Gets or sets the number of elements that the Collection |
Column |
Specifies the number of columns in the Cross Tab layout. |
Count |
Gets the number of elements contained in the Collection |
Inner |
Gets an Array |
Item[Int32, Int32] | An indexer that returns the cell located at the specified column and row. |
Item[Int32] | An indexer that returns the cell located at the specified index in the collection. |
Item[String] |
Provides access to individual items in the collection by their names.
Inherited from XRControl |
List protected |
Gets an IList containing the list of elements in the Collection |
Row |
Specifies the number of rows in the Cross Tab layout. |
ICollection. |
Gets a value indicating whether access to the Collection |
ICollection. |
Gets an object that can be used to synchronize access to the Collection |
IList. |
Gets a value indicating whether the Collection |
IList. |
Gets a value indicating whether the Collection |
IList. |
Gets or sets the element at the specified index.
Inherited from Collection |
See Also