Grid.ActivateCell 方法 | |
命名空间:
XSharp.VFP.UI
程序集:
XSharp.VFP.UI (在 XSharp.VFP.UI.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD ActivateCell(
nRow AS LONG,
nCol AS LONG
) AS VOID
public virtual void ActivateCell(
int nRow,
int nCol
)
查看代码参数
- nRow
- 类型:Int32
- nCol
- 类型:Int32
参见