Workareas.FindEmptyArea 方法 | |
Return 1 based empty Workarea
命名空间:
XSharp.RDD
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 METHOD FindEmptyArea(
fromStart AS LOGIC
) AS DWORD
public uint FindEmptyArea(
bool fromStart
)
查看代码参数
- fromStart
- 类型:Boolean
Do we start to search from the start (TRUE) or the end (FALSE)
返回值
类型:
UInt32Area number of an area where no table is open.
参见