Click or drag to resize

XYTableItem Property

Indexer.

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public double this[
	int i,
	int j
] { get; set; }

Parameters

i
Type: SystemInt32
Row index
j
Type: SystemInt32
Column index, must be 0 or 1

Property Value

Type: Double

Implements

IXYTableItemInt32, Int32
See Also