点击或拖拽改变大小

IMemo.GetValueFile 方法

X#
Get the value for a column and write (export) it to an external file.

命名空间:  XSharp.RDD
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
FUNCTION GetValueFile(
	nFldPos AS LONG,
	fileName AS STRING
) AS LOGIC
查看代码

参数

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
参见