DataTableToMatrixConverterTryGetRowSpacing Method |
Tries to get the uniform row spacing value, or, if the row header vector is not uniformly spaced, false is returned along with a diagnostic message.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool TryGetRowSpacing(
out double? rowSpacing,
out string?? errorMessage
)
Parameters
- rowSpacing Double
- If the function is successful, contains the row spacing value.
- errorMessage String
- If the function is not successful, contains a diagnostic error message.
Return Value
BooleanTrue if the function was successful, otherwise
False.
Exceptions Exception | Condition |
---|
InvalidOperationException | RowHeaderVector is not known yet, thus row spacing is not known. Please call Execute first. |
See Also