Click or drag to resize

DoubleColumnCount 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.3572.0 (4.8.3572.0)
Syntax
C#
public override int Count { get; }

Return Value

Int32
The number of elements in the collection.

Implements

IReadOnlyCollectionTCount
ICollectionTCount
See Also