Click or drag to resize

FoxArray.InsertColumn Method

X#
Insert a column into a multi dimensional array.

Namespace:  XSharp
Assembly:  XSharp.VFP (in XSharp.VFP.dll) Version: 2.19
Syntax
 METHOD InsertColumn(
	nColumn AS LONG
) AS FOXARRAY
Request Example View Source

Parameters

nColumn
Type: Long
1 based column number to insert

Return Value

Type: FoxArray
Remarks
Inserting columns deletes columns at the end of each row.
See Also