BaseMemo.GetValueFile 方法 | |
Get the value for a column and write (export) it to an external file.
命名空间:
XSharp.RDD
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD GetValueFile(
nFldPos AS LONG,
fileName AS STRING
) AS LOGIC
public virtual bool GetValueFile(
int nFldPos,
string fileName
)
查看代码参数
- nFldPos
- 类型:Int32
1 based column number for which the value should be retrieved. - fileName
- 类型:String
Name of the file that needs to be written to.
返回值
类型:
Boolean实现
GetValueFile(Int32, String)参见