Click or drag to resize

TransformedReadableColumnCount Property

Gets the count if this column has a defined count; otherwise null.

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
The count if this column has a defined count; otherwise null.

Implements

IReadableColumnCount
See Also