 | DataFrameItem(Int32, Int32) Property |
Gets and sets the element at the given row and column index.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic Object this[
int rowIndex,
int colIndex
] { get; set; }
Public Default Property Item (
rowIndex As Integer,
colIndex As Integer
) As Object
Get
Set
public:
property Object^ default[int rowIndex, int colIndex] {
Object^ get (int rowIndex, int colIndex);
void set (int rowIndex, int colIndex, Object^ value);
}
member Item : Object with get, set
Parameters
- rowIndex Int32
-
- colIndex Int32
-
Property Value
Object
See Also