[]
An interface that represents the data source that contains lists of IMultiLevelData.
public interface IMultiLevelData
Public Interface IMultiLevelData
| Name | Description |
|---|---|
| ColumnCount | Gets count of the columns |
| RowCount | Gets the count of the rows. |
| Name | Description |
|---|---|
| GetValue(int, int, out object) | Gets the object value at the index and level. |