Click or drag to resize

DataColumnIsElementEmpty Method

This function is used to determine if the element at index i is valid or not. If it is valid, the derived class function has to return false. If it is empty or not valid, the function has to return true.

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

Parameters

i  Int32
Index to the element in question.

Return Value

Boolean
True if the element is empty or not valid.

Implements

IReadableColumnIsElementEmpty(Int32)
See Also