FoxArray.InsertRow Method | |
Insert a row into a multi dimensional array.
Namespace:
XSharp
Assembly:
XSharp.VFP (in XSharp.VFP.dll) Version: 2.21
Syntax METHOD InsertRow(
nRow AS LONG
) AS FOXARRAY
public FoxArray InsertRow(
int nRow
)
Request Example
View SourceParameters
- nRow
- Type: Long
1 based row number to insert
Return Value
Type:
FoxArrayRemarks Inserting rows shifts rows up and deletes a row at the end of the array: FoxPro arrays do not grow automatically
See Also