Click or drag to resize

IROTableDataSourceGetRowCount 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#
int GetRowCount(
	int i
)

Parameters

i  Int32
The zero-based column index.

Return Value

Int32
The row count for the specified column.
See Also