Click or drag to resize

IReadableColumnCount Property

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

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

Property Value

NullableInt32
The count if this column has a defined count; otherwise null.
See Also