Click or drag to resize

DataTableMatrixProxyBaseTryGetRowHeaderIncrement Method

Tries to the get the uniform spacing value between elements of the row header column.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool TryGetRowHeaderIncrement(
	out double incrementValue,
	out string errorOrWarningMessage
)

Parameters

incrementValue  Double
If the function is successfull, the value of the spacing between each element is returned.
errorOrWarningMessage  String
If the function is not successfull, a user friendly error or warning message is returned here.

Return Value

Boolean
True if successfull, otherwise false.
See Also