Name | Description | |
---|---|---|
TableItemNode Constructor | Overloaded. |
The following tables list the members exposed by TableItemNode.
Name | Description | |
---|---|---|
TableItemNode Constructor | Overloaded. |
Name | Description | |
---|---|---|
clone | Clones the syntax node if the node is mutable. (Inherited from com.grapecity.documents.excel.expressions.SyntaxNode) | |
equals | Checks whether the @code:SyntaxNode equal to another. (Inherited from com.grapecity.documents.excel.expressions.SyntaxNode) | |
getChildren | The value of this property is always an empty read-only list. (Inherited from com.grapecity.documents.excel.expressions.TerminalNode) | |
getColumnFrom | Gets the start column. | |
getColumnTo | Gets the end column. | |
getItemType | The part of the table. Values are defined in TableItemType. | |
getTableName | Gets the name of the table. | |
hashCode | This object doesn't support getting hash code, because all fields are mutable. (Inherited from com.grapecity.documents.excel.expressions.SyntaxNode) | |
Parse | Loads a @code:SyntaxNode from a string that contains formula, optionallyspecifying context. (Inherited from com.grapecity.documents.excel.expressions.SyntaxNode) | |
setColumnFrom | Sets the start column. | |
setColumnTo | Sets the end column. | |
setItemType | The part of the table. Values are defined in TableItemType. | |
setTableName | Sets the name of the table. | |
toString | Returns the formula text for this node, optionally specifying context. (Inherited from com.grapecity.documents.excel.expressions.SyntaxNode) |