Click or drag to resize

ComplexMatrixHasColumnNames Property

Gets a value indicating whether this instance has at least a named column.

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public bool HasColumnNames { get; }

Property Value

Type: Boolean
true if this instance has column names; otherwise, false.
See Also