[]
Gets all child data members including all subtotals and hidden members. The contents of this collection will not change based on toggle/hidden state.
IItemCollection<IMatrixMember> AllChildren { get; }
Type | Description |
---|---|
IItemCollection<IMatrixMember> | A collection of all child IMatrixMember objects, including subtotals and hidden members. |