Click or drag to resize

TextColumnRealloc Method

Ensures that the internal storage can hold at least the specified index.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void Realloc(
	int i
)

Parameters

i  Int32
The target index.
See Also