Click or drag to resize

DataColumnCollectionAreAllColumnsOfTheSameType Method

Tests whether or not all columns in this collection have the same type.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool AreAllColumnsOfTheSameType(
	out int firstdifferentcolumnindex
)

Parameters

firstdifferentcolumnindex  Int32
Out: returns the first column that has a different type from the first column

Return Value

Boolean
True if all columns are of the same type.
See Also