ComponentOne VSView 8.0
TableSep Property

Returns or sets the characters used by tables as row and column separators.

Syntax

[form!]VSPrinter.TableSep[ = value As String ]

Remarks

The TableSep property is used in conjunction with AddTable and AddTableArray methods to determine which characters should be interpreted as column and row separators for the table format and body strings. The TableSep property contains a string with two characters: the first is used as a column separator, and the second as a row separator.

The default value for this property is the string "|;", which means pipe characters are used to separate columns and semicolons are used to separate rows.

To use tabs to separate columns and line breaks to separate rows, for example, you would write:

vp.TableSep = vbTab & vbLf

The value assigned to this property must be a two-character string, and the characters must be different. If the string is invalid, the default separators are used (pipe and semi-colon).

Data Type

String

Default Value

"|;"

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback