Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Expressions Namespace / ArrayNode Class / ArrayNode Constructor
Array elements. The value can't be a null reference (Nothing in Visual Basic) (Nothing).
In This Topic
    ArrayNode Constructor
    In This Topic
    Creates a new ArrayNode from array.
    Syntax
    public ArrayNode( 
       System.object[,] elements
    )

    Parameters

    elements
    Array elements. The value can't be a null reference (Nothing in Visual Basic) (Nothing).
    See Also