天软金融分析.NET函数大全
>
TSL函数
>
基础函数
>
数组
>
表格显示
SetRowDefaultValue
复制链接
简述
将数组t的第N行由所有值变更为Value。
定义
SetRowDefaultValue(t:array;N:integer;Value:String):Array;
参数
名称
类型
说明
t
array
数据表类型,数据表
N
integer
整数,行号
Value
String
字符串,要设置的值
返回
Array
数组。
范例
s:=array(array(1,2,3,4,5),
array(2,3,4,5,6),
array(3,4,5,6));
SetRowDefaultValue(s,2,'wo');
return s;
返回:
相关
Pivot
Pivot_table
Show3DTable
Show2DTable
ShowTableByField
ShowTableByUnit
ShowTableByInverse
QuickRecordExist
RotateTable
NonIntersectionPart
FooterValue
FooterAverage
FooterSum
SetRowDefaultValue
InverseTable
GetSubTableByKey
TableSelect
TableType
GetSubTableFreeParam
ExpandTable