[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.ArrayNode.Elements

Elements Property

Elements

该节点的数组元素。 该值不能为null (Nothing )。

Declaration
public object[,] Elements { get; set; }
Remarks

支持的类型:

double ,string ,bool ,CalcError .

以下类型在将ArrayNode 转换为string 并再转换回来时,将被规范化为double :

byte ,short ,int ,long , sbyte ,ushort ,uint ,ulong , float ,decimal .

浮点类型不能为 NaN 或无穷大。