Table of Contents

TTokenStructuredReference.TTokenStructuredReference Constructor

Creates a new Structured Reference argument token.

Syntax

Namespace: FlexCel.Core

public TTokenStructuredReference(String aWorkbookName, String aTableName, TStructRefSection aSections, String aFirstColumn, String aLastColumn, Boolean aSpaceAfterComma, Boolean aSpaceAfterBrackets)

Parameters

<-> Parameter Type Description
aWorkbookName String Name of the file where the referenced table is. If this value is empty, then the table is in the same file as the reference.
aTableName String Name of the table where this reference applies.
aSections TStructRefSection Sections of the table where the reference applies.
aFirstColumn String First column where the reference applies. Set it to empty if the reference applies to the whole table.
aLastColumn String Last column where the reference applies.
If empty and FirstColumn is empty too, then the reference applies to the whole table.
If empty but FirstColumn is not empty, then this reference applies only to FirstColumn.
aSpaceAfterComma Boolean If true, the text of the structured reference arguments will include a space after every comma separating arguments.
aSpaceAfterBrackets Boolean If true, the text of the structure reference will include a space after the brackets which define the arguments.

See also