Class StructureThisRowByPrefixReferenceNode
- Namespace
- OpenLanguage.SpreadsheetML.Formula.Ast
- Assembly
- OpenLanguage.dll
public class StructureThisRowByPrefixReferenceNode : StructureAbsoluteColumn
- Inheritance
-
StructureThisRowByPrefixReferenceNode
- Inherited Members
Constructors
StructureThisRowByPrefixReferenceNode(AtSymbolLiteralNode, ExpressionNode)
public StructureThisRowByPrefixReferenceNode(AtSymbolLiteralNode atSymbol, ExpressionNode name)
Parameters
atSymbol
AtSymbolLiteralNodename
ExpressionNode
Properties
AtSymbol
public AtSymbolLiteralNode AtSymbol { get; set; }
Property Value
Methods
Children<O>()
public override IEnumerable<O> Children<O>() where O : Node
Returns
- IEnumerable<O>
Type Parameters
O
ReplaceChild(int, Node)
public override Node? ReplaceChild(int index, Node replacement)
Parameters
Returns
ToRawString()
Renders the core content of the node without its own leading/trailing whitespace.
public override string ToRawString()
Returns
- string
The raw string representation of this node's specific content.