Click or drag to resize

DataColumnCount Property

Returns the row count, i.e. the one more than the index to the last valid data element in the column.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract int Count { get; }

Property Value

Int32

Implements

ICollectionTCount
See Also