Click or drag to resize

DataTableRangeWrapperGetRowCount Method

Gets the number of accessible rows for the specified column.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public int GetRowCount(
	int i
)

Parameters

i  Int32
The zero-based column index.

Return Value

Int32
The row count for the specified column.

Implements

IROTableDataSourceGetRowCount(Int32)
See Also