In This Topic
Gets or sets a value indicating the current tab stops. The return value is a string where tab stops are denoted by the 'T' character within the string. All other non-tab stop positions are denoted by spaces within the string. The setter can only be used when VariableWidthTabs is true.
Syntax
expression.TabStops As String
where
expression is a variable that represents a
T27Terminal Object
See Also