[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.ArrayNode.Elements

Elements Property

Elements

Array elements of this node. The value can't be null (Nothing).

Declaration
public object[,] Elements { get; set; }
Public Property Elements As Object(,)
Remarks
<p>Supported types:</p>
<xref href="System.Double" data-throw-if-not-resolved="false"></xref>, <xref href="System.String" data-throw-if-not-resolved="false"></xref>, <xref href="System.Boolean" data-throw-if-not-resolved="false"></xref>, <xref href="GrapeCity.Documents.Excel.CalcError" data-throw-if-not-resolved="false"></xref>.

The following types will be normalized to double if you convert the ArrayNode to string and then convert it back:

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

Floating-point types can't be NaN or infinity.