DataTableMatrixProxyBaseTryGetRowHeaderIncrement Method |
Tries to the get the uniform spacing value between elements of the row header column.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
BooleanTrue if successfull, otherwise
false.
See Also