[]
Represents a 2-dimensions array of values.
public interface IValuesArray : IEquatable<IValuesArray>
Public Interface IValuesArray
Inherits IEquatable(Of IValuesArray)
Name | Description |
---|---|
ColumnCount | Gets the column count of this IValuesArray. |
this[int, int] | Gets the IPrimitiveValue at the specified row and column. |
RowCount | Gets the row count of this IValuesArray. |
Name | Description |
---|---|
Resize(int, int) | Resizes this IValuesArray to specified row count and column count. |
SetValue(object) | Sets values to this IValuesArray object. |
Transpose() | Transposes the rows and columns of this IValuesArray. |