__FoxArray.InsertColumn 方法 | |
Insert a column into a multi dimensional array.
命名空间:
XSharp
程序集:
XSharp.VFP (在 XSharp.VFP.dll 中) 版本:2.22 GA
语法 METHOD InsertColumn(
nColumn AS LONG
) AS FOXARRAY
public __FoxArray InsertColumn(
int nColumn
)
查看代码参数
- nColumn
- 类型:Int32
1 based column number to insert
返回值
类型:
__FoxArray备注 Inserting columns deletes columns at the end of each row.
参见