Click or drag to resize

DataTableRangeWrapperGetData(Int32, Int32) Method

[Missing <summary> documentation for "M:Altaxo.Data.DataTableRangeWrapper.GetData(System.Int32,System.Int32)"]


Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public AltaxoVariant GetData(
	int columnIndex,
	int rowIndex
)

Parameters

columnIndex  Int32

[Missing <param name="columnIndex"/> documentation for "M:Altaxo.Data.DataTableRangeWrapper.GetData(System.Int32,System.Int32)"]

rowIndex  Int32

[Missing <param name="rowIndex"/> documentation for "M:Altaxo.Data.DataTableRangeWrapper.GetData(System.Int32,System.Int32)"]

Return Value

AltaxoVariant

[Missing <returns> documentation for "M:Altaxo.Data.DataTableRangeWrapper.GetData(System.Int32,System.Int32)"]

Implements

IROTableDataSourceGetData(Int32, Int32)
See Also