Grid.ActivateCell Method | |
Namespace:
XSharp.VFP.UI
Assembly:
XSharp.VFP.UI (in XSharp.VFP.UI.dll) Version: 2.21
Syntax VIRTUAL METHOD ActivateCell(
nRow AS LONG,
nCol AS LONG
) AS VOID
public virtual void ActivateCell(
int nRow,
int nCol
)
Request Example
View SourceParameters
- nRow
- Type: Long
- nCol
- Type: Long
See Also