IVFPList.AddListItem 方法 | |
命名空间:
XSharp.VFP.UI
程序集:
XSharp.VFP.UI (在 XSharp.VFP.UI.dll 中) 版本:2.22 GA
语法 METHOD AddListItem(
cItem,
nIndex,
nColumn
) AS VOID CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
void AddListItem(
__Usual cItem = default,
__Usual nIndex = default,
__Usual nColumn = default
)
参数
- cItem (Optional)
- 类型:__Usual
- nIndex (Optional)
- 类型:__Usual
- nColumn (Optional)
- 类型:__Usual
参见