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.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax bool IsElementEmpty(
int i
)
Parameters
- i Int32
- The index to the element.
Return Value
Booleantrue if element is null/empty, false if the element is valid
See Also