[]
Array elements of this node.
The value can't be null (Nothing
).
public object[,] Elements { get; set; }
Public Property Elements As Object(,)
<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.