[]
Represent the cellrange data of values
public interface ISegmentMatrixData
Public Interface ISegmentMatrixData
Name | Description |
---|---|
ColumnCount | Gets column count of data. |
RowCount | Gets count row of data. |
Name | Description |
---|---|
GetValue(int, int) | Get the value. |
Name | Description |
---|---|
DataChanged | Occurs when data is changed. |