[]
Gets a collection of MatrixMember objects or null if there is no column grouping defined.
IItemCollection<IMatrixMember> ColumnMemberCollection { get; }
Type | Description |
---|---|
IItemCollection<IMatrixMember> | A collection of IMatrixMember objects representing the column groupings, or null if none are defined. |