__FoxArray.DeleteRow 方法 | |
Delete a row from a multi dimensional array.
命名空间:
XSharp
程序集:
XSharp.VFP (在 XSharp.VFP.dll 中) 版本:2.22 GA
语法 METHOD DeleteRow(
nRow AS LONG
) AS FOXARRAY
public __FoxArray DeleteRow(
int nRow
)
查看代码参数
- nRow
- 类型:Int32
1 based row number to delete
返回值
类型:
__FoxArray备注 Deleting rows will shift other rows up and will add a blank row at the bottom of the array
参见