Click or drag to resize

NumericColumnProxyIsValidDocument Method

Tests whether or not the holded object is valid. Here the test returns true if the column is either of type INumericColumn or the holded object is null.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected override bool IsValidDocument(
	Object obj
)

Parameters

obj  Object
Object to test.

Return Value

Boolean
True if this is a valid document object.
See Also