DataFrameColumn.Resize(Int64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called internally from Append, Merge and GroupBy. Resizes the column to the specified length to allow setting values by indexing
protected internal virtual void Resize (long length);
abstract member Resize : int64 -> unit
override this.Resize : int64 -> unit
Protected Friend Overridable Sub Resize (length As Long)
Parameters
- length
- Int64
The new length of the column