[]
An interface that represents the data source that contains lists of ISegmentListData.
public interface IMatrixData
Public Interface IMatrixData
Name | Description |
---|---|
ColumnCount | Gets the data column count. |
RowCount | Gets the data row count. |
Name | Description |
---|---|
GetValue(int, int) | Gets the value. |