Click or drag to resize

DataTablePropertyRowCount Property

Returns the number of property rows. This is the same as DataColumnCount and is only provided for completness.

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

Property Value

Int32
The number of property rows = number of data columns in the table.
See Also