DataColumnCutToMaximumLength Method |
Cuts the column to the provided length. The actual length of the column may be less than the provided parameter if the column contains empty elements.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual void CutToMaximumLength(
int nCount
)
Parameters
- nCount Int32
- The maximum number of elements the column contains after this operation.
Exceptions See Also