[]
Represents an interface for a collection of matrix cell objects.
public interface IMatrixCellCollection : IEnumerable<IMatrixCell>, IEnumerable
Name | Description |
---|---|
ColumnCount | Gets the count of the number of columns rendered. |
Count | Gets the count of the number of cells rendered. |
this[int, int] | Gets the matrix cell by the specified row and column index. |
RowCount | Gets the count of the number of rows rendered. |