[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.ArrayNode

ArrayNode Class

Represents an array literal in the syntax tree.

Inheritance
ArrayNode
Implements
Namespace: GrapeCity.Documents.Excel.Expressions
Assembly: DS.Documents.Excel.dll
Syntax
public class ArrayNode : ConstNode, ICloneable
Public Class ArrayNode
    Inherits ConstNode
    Implements ICloneable

Constructors

Name Description
ArrayNode(object[,])

Creates a new ArrayNode from array.

Properties

Name Description
Elements

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