[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.ArrayNode

ArrayNode Class

表示语法树中的数组字面量。

Inheritance
ArrayNode
Implements
Namespace: GrapeCity.Documents.Excel.Expressions
Assembly: GcDocs.Excel.dll
Syntax
public class ArrayNode : ConstNode, ICloneable

Constructors

Name Description
ArrayNode(object[,])

从数组创建一个新的ArrayNode

Properties

Name Description
Elements

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