FoxArray.DeleteRow Method | |
Delete a row from a multi dimensional array.
Namespace:
XSharp
Assembly:
XSharp.VFP (in XSharp.VFP.dll) Version: 2.21
Syntax METHOD DeleteRow(
nRow AS LONG
) AS FOXARRAY
public FoxArray DeleteRow(
int nRow
)
Request Example
View SourceParameters
- nRow
- Type: Long
1 based row number to delete
Return Value
Type:
FoxArrayRemarks Deleting rows will shift other rows up and will add a blank row at the bottom of the array
See Also