__FoxArray.InsertRow 方法 | |
Insert a row into a multi dimensional array.
命名空间:
XSharp
程序集:
XSharp.VFP (在 XSharp.VFP.dll 中) 版本:2.22 GA
语法 METHOD InsertRow(
nRow AS LONG
) AS FOXARRAY
public __FoxArray InsertRow(
int nRow
)
查看代码参数
- nRow
- 类型:Int32
1 based row number to insert
返回值
类型:
__FoxArray备注 Inserting rows shifts rows up and deletes a row at the end of the array: FoxPro arrays do not grow automatically
参见