Click or drag to resize

IReadableColumnIsElementEmpty Method

Returns true, if the value at index i of the column is null or invalid or in another state comparable to null or empty

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
bool IsElementEmpty(
	int i
)

Parameters

i  Int32
The index to the element.

Return Value

Boolean
true if element is null/empty, false if the element is valid
See Also