Click or drag to resize

IndexerColumnCount Property

Gets the number of elements if it is known; for the indexer column the count is unbounded and therefore unknown.

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

Property Value

NullableInt32

Implements

IReadableColumnCount
See Also