Click or drag to resize

FoxArray.DeleteRow Method

X#
Delete a row from a multi dimensional array.

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

Parameters

nRow
Type: Long
1 based row number to delete

Return Value

Type: FoxArray
Remarks
Deleting rows will shift other rows up and will add a blank row at the bottom of the array
See Also