TabAdd(Position As Integer, Type As _TabAdd_Type_enum, [SpaceBetweenTabs As Integer])
Description
Add one or more tab sets to the current tab setting. If the parameter SpaceBetweenTabs is included, all tabs following an added tab reset to the new type and spacing.
Parameters
Position: measurement The tab position relative to left edge of the page.
Type: enumeration TabCenter!
TabCenterDot!
TabDecimal!
TabDecimalDot!
TabLeft!
TabLeftDot!
TabRight!
TabRightDot!
SpaceBetweenTabs: measurement (optional) The amount of space between tab settings.
TabBarIconShow
Syntax
TabBarIconShow(State As _TabBarIconShow_State_enum) As Boolean
Description
Turn Tab Bar Icons on or off for the current session and return the current state. This method does not change display preferences for Tab Bar Icons.
Return Value
Returns True if Tab Bar Icons are on, False if not. The current state is returned before the new state specified in the State parameter is set.
Parameters
State: enumeration Off!
On!
TabCenter
Syntax
TabCenter([Type As _TabCenter_Type_enum])
Description
Insert a Hard Centered Tab code.
Parameters
Type: enumeration (optional) DotLeader!
Normal!
TabCenterDot
Syntax
TabCenterDot()
Description
Insert a Hard Centered Tab code with a dot leader.
TabClearAll
Syntax
TabClearAll()
Description
Clear all tab settings.
TabDecimal
Syntax
TabDecimal([Type As _TabDecimal_Type_enum])
Description
Insert a hard decimal-aligned tab.
Parameters
Type: enumeration (optional) DotLeader!
Normal!
TabDecimalDot
Syntax
TabDecimalDot()
Description
Insert a Hard Decimal Tab code with a dot leader.
TabDelete
Syntax
TabDelete(Position As Integer)
Description
Delete one tab setting without affecting any other tab settings.
Parameters
Position: measurement
TabForced
Syntax
TabForced()
Description
Insert a forced tab. Forced tabs cannot be replaced by the QuickIndent feature.
TabInsert
Syntax
TabInsert()
Description
Insert a tab into the document.
TabInsert
Syntax
TabInsert()
Description
Perform the functions of Tab: insert a tab, go to the next table cell, or go to the next outline level, depending on the location of the insertion point.
TableAdjustBegin
Syntax
TableAdjustBegin()
Description
Begin table adjustments from the Ruler. Follow with methods such as TableAdjustColumnWidth() and TableAdjustPosition(), and end with TableAdjustEnd().
TableAdjustColumnWidth
Syntax
TableAdjustColumnWidth(Column As Integer, Width As Integer)
Description
Specify a column width in WordPerfect units when adjusting columns from the Ruler. Use with TableAdjustBegin() and TableAdjustEnd().
Parameters
Column: numeric The leftmost column is 0.
Width: measurement
TableAdjustEnd
Syntax
TableAdjustEnd()
Description
End table adjustments from the Ruler. Precede with TableAdjustBegin() and methods such as TableAdjustColumnWidth() and TableAdjustPosition().
TableAdjustPosition
Syntax
TableAdjustPosition(Position As Integer)
Description
Specify the number of WordPerfect units from the left margin to the left edge of a table when adjusting table position from the Ruler.
Parameters
Position: measurement The distance from the left margin to the left edge of the table.
TableAlternateFillSet
Syntax
TableAlternateFillSet(State As _TableAlternateFillSet_State_enum, [Span As Integer], [AlternateSpan As Integer])
Description
Specify the type of alternating table fill and the cell range to which the fill is applied.
Parameters
State: enumeration CheckerBoard!
Column!
Off!
Row!
Span: numeric (optional) The cells to automatically fill.
AlternateSpan: numeric (optional) The cells to automatically fill.
TableAppendRow
Syntax
TableAppendRow()
Description
Insert a new row below the current row.
TableApplyStyle
Syntax
TableApplyStyle(Style, [ResetAttributes As _TableApplyStyle_ResetAttributes_enum], [ShowIn60 As _TableApplyStyle_ShowIn60_enum])
Description
Apply a table style using Table SpeedFormat.
Parameters
Style: any NoTableStyle! [127]
TableStyle1! [0]
TableStyle10! [9]
TableStyle11! [10]
TableStyle12! [11]
TableStyle13! [12]
TableStyle14! [13]
TableStyle15! [14]
TableStyle16! [15]
TableStyle17! [16]
TableStyle18! [17]
TableStyle19! [18]
TableStyle2! [1]
TableStyle20! [19]
TableStyle21! [20]
TableStyle22! [21]
TableStyle23! [22]
TableStyle24! [23]
TableStyle25! [24]
TableStyle26! [25]
TableStyle27! [26]
TableStyle28! [27]
TableStyle29! [28]
TableStyle3! [3]
TableStyle30![29]
TableStyle31! [30]
TableStyle32! [31]
TableStyle33! [32]
TableStyle34! [33]
TableStyle35! [34]
TableStyle36! [35]
TableStyle37! [36]
TableStyle38! [37]
TableStyle39! [38]
TableStyle4! [3]
TableStyle40! [39]
TableStyle5! [4]
TableStyle6! [5]
TableStyle7! [6]
TableStyle8! [7]
TableStyle9![8]
ResetAttributes: enumeration (optional) Clear the current table settings.
No!
Yes!
ShowIn60: enumeration (optional) Apply a style on a cell-by-cell basis.
No!
Yes!
TableAttributeOff
Syntax
TableAttributeOff([Attribute]
Description
Turn off the specified font attributes and relative font size attributes in a table.
Parameters
Attribute: enumeration (optional) Bold!
DoubleUnderline!
Every!
ExtraLarge!
Fine!
Italics!
Large!
Outline!
Redline!
Shadow!
Small!
SmallCaps!
Strikeout!
Subscript!
Superscript!
Underline!
VeryLarge!
TableAttributeOn
Syntax
TableAttributeOn([Attribute])
Description
Turn on the specified character attributes in a table.
Parameters
Attribute: enumeration (optional) Bold!
DoubleUnderline!
ExtraLarge!
Fine!
Italics!
Large!
Outline!
Redline!
Shadow!
Small!
SmallCaps!
Strikeout!
Subscript!
Superscript!
Underline!
VeryLarge!
TableAutoCalc
Syntax
TableAutoCalc(State As _TableAutoCalc_State_enum
Description
Specify automatic calculation for tables.
Parameters
State: enumeration AutoDoc!
AutoTbl!
Off!
TableAutoFill
Syntax
TableAutoFill()
Description
Use TableDataFill() to increment values across a row or down a column.
TableBlockOff
Syntax
TableBlockOff()
Description
Turn off Select in a table.
TableBlockOn
Syntax
TableBlockOn()
Description
Turn on Select in a table.
TableBorder
Syntax
TableBorder(Style)
Description
Specify a table border type. Use with methods such as TableBorderEditBegin() and TableBorderEditEnd(). You must pass the numeric value of the style.
Parameters
Style: any ButtonBorder! [10]
ColumnBorderAll! [12]
ColumnBorderBetween! [11]
DashedBorder! [3]
DottedBorder! [4]
DoubleBorder! [2]
ExtraThickBorder! [6]
HeavyDoubleBorder! [14]
HeavySingleBorder! [13]
NoBorder! [127
SingleBorder! [1]
SpacingOnly! [0]
ThickBorder! [5]
ThickThinBorder![8]
ThickTopBottomBorder! [9]
ThinThickBorder! [7]
TableBorderEditBegin
Syntax
TableBorderEditBegin()
Description
Begin table border editing. Follow with editing methods and TableBorderEditEnd().
TableBorderEditEnd
Syntax
TableBorderEditEnd(State As _TableBorderEditEnd_State_enum)
Description
Save table border editing changes. Precede with TableBorderEditBegin() and editing methods.
Parameters
State: enumeration Cancel!
Save!
TableCalculate
Syntax
TableCalculate()
Description
Calculate the formula values in the current table or selected cells.
TableCalculateAll
Syntax
TableCalculateAll()
Description
Calculate the formula values for all tables and floating cells in the current document.
TableCalculateDlg
Syntax
TableCalculateDlg()
Description
Display the Calculate dialog box.
TableCellAttributeOff
Syntax
TableCellAttributeOff([Attribute])
Description
Turn off the specified font appearance, position, and relative size attributes in the selected cells.
Parameters
Attribute: enumeration (optional) Bold!
DoubleUnderline!
Every!
ExtraLarge!
Fine!
Italics!
Large!
Outline!
Redline!
Shadow!
Small!
SmallCaps!
Strikeout!
Subscript!
Superscript!
Underline!
VeryLarge!
TableCellAttributeOn
Syntax
TableCellAttributeOn([Attribute])
Description
Apply the specified font appearance, position, and relative size attributes of the selected cells.
Parameters
Attribute: enumeration (optional) Bold!
DoubleUnderline!
ExtraLarge!
Fine!
Italics!
Large!
Outline!
Redline!
Shadow!
Small!
SmallCaps!
Strikeout!
Subscript!
Superscript!
Underline!
VeryLarge!
TableCellCopy
Syntax
TableCellCopy(CopyType As _TableCellCopy_CopyType_enum, [Count As Integer])
Description
Copy the content of the specified cell(s) to the Clipboard, and paste it in the cell(s) specified by the CopyType parameter.
Parameters
CopyType: enumeration Cell!
Down!
Right!
Count: numeric (optional) The number of cells to paste the copied cell into. Use when the CopyType parameter is Down! or Right!.
TableCellDiagonalLine
Syntax
TableCellDiagonalLine(Diagonal As _TableCellDiagonalLine_Diagonal_enum)
Description
Add diagonal lines to a table cell.
Parameters
Diagonal: enumeration BotLeftToTopRight!
None!
TopLeftToBotRight!
TwoDiagonals!
TableCellDiagonalLineQry
Syntax
TableCellDiagonalLineQry()
Description
Return the diagonal lines options to active in the current table selection.
Return Value
0 None
1 Bottom Left to Top Right
2 Top Left to Bottom Right
3 Two Diagonals
TableCellFillColors
Syntax
TableCellFillColors([ForeColorName As String], [ForeColorRed As Integer], [ForeColorGreen As Integer], [ForeColorBlue As Integer], [ForeColorShade As Integer], [BackColorName As String], [BackColorRed As Integer], [BackColorGreen As Integer], [BackColorBlue As Integer], [BackColorShade As Integer])
Description
Specify the foreground and background colors for the current cell or selected cells.
Parameters
ForeColorName: string (optional) The name of the foreground color.
Specify a shading style for the current cell or selected cells. You must pass the numeric value of the FillPattern.
Parameters
FillPattern: any Fill10! [0]
Fill100! [9]
Fill20! [1]
Fill30! [2]
Fill40! [3]
Fill5! [11]
Fill50! [4]
Fill60! [5]
Fill70! [6]
Fill80! [7]
Fill90! [8]
FillButton! [10]
NoFill! [127]
TableCellIgnoreCalculation
Syntax
TableCellIgnoreCalculation(State As _TableCellIgnoreCalculation_State_enum)
Description
Specify one or more selected cells to ignore when calculating formulas.
Parameters
State: enumeration No!
Yes!
TableCellJustification
Syntax
TableCellJustification(Mode As _TableCellJustification_Mode_enum)
Description
Justify the current cell or selected cells.
Parameters
Mode: enumeration Center!
DecAlign!
Full!
FullAll!
Left!
Right!
TableCellLine
Syntax
TableCellLine(Position As _TableCellLine_Position_enum, Style)
Description
Change the specified lines around a cell or selected cells, or between selected cells. You must pass the numeric value of the style.
Parameters
Position: enumeration Bottom!
Inside!
Left!
Outside!
Right!
Top!
Style: any ButtonBorder! [10]
ColumnBorderAll! [12]
ColumnBorderBetween! [11]
DashedBorder! [3]
DottedBorder! [4]
DoubleBorder! [2]
ExtraThickBorder! [6]
HeavyDoubleBorder! [14]
HeavySingleBorder! [13]
NoBorder! [127
SingleBorder! [1]
SpacingOnly! [0]
ThickBorder! [5]
ThickThinBorder![8]
ThickTopBottomBorder! [9]
ThinThickBorder! [7]
TableCellLineColor
Syntax
TableCellLine(Position As _TableCellLine_Position_enum, Style)
Description
Specify the line color of the current cell or selected cells.
Parameters
ColorName: string (optional) This parameter has been left in for backward compatability with previous versions of WordPerfect. To specify a color in WordPerfect 8, use the Red, Green, and Blue parameters.
Red: numeric (optional) Value: 0-255.
Green: numeric (optional) Value: 0-255.
Blue: numeric (optional) Value: 0-255.
Shade: numeric (optional) Percent: 0-100.
TableCellLock
Syntax
TableCellLock(State As _TableCellLock_State_enum)
Description
Lock the current cell or selected cells.
Parameters
State: enumeration No!
Yes!
TableCellLockToggle
Syntax
TableCellLockToggle()
Description
Lock or unlock the current cell or selected cells.
TableCellNumberAlignCurrency
Syntax
TableCellNumberAlignCurrency(State As _TableCellNumberAlignCurrency_State_enum)
Description
Align the currency symbols in the current cell or selected cells.
Parameters
State: enumeration No!
Yes!
TableCellNumberDateFormat
Syntax
TableCellNumberDateFormat(DateFormatNumber As Integer)
Description
Specify a date format for one or more selected cells.
Parameters
DateFormatNumber: numeric 1 July 5, 1959
2 7/5/59
3 Jul 5, 1959
4 5 July 1959
5 Sunday, July 5, 1959
6 12:00 pm
7 05Jul59
8 July 5, 1959 (12:00pm)
9 1959-07-05
10 7/5
11 Jul 5
12 12:00:00
TableCellNumberDecimalDigits
Syntax
TableCellNumberDecimalDigits(NumDigits As Integer)
Description
Specify how many digits appear after the decimal. Use when the FormatType parameter of TableCellNumberFormat() is Fixed2!.
Parameters
NumDigits: numeric The number of digits appearing after the decimal.
TableCellNumberFormat
Syntax
TableCellNumberFormat(FormatType As _TableCellNumberFormat_FormatType_enum)
Description
Specify a number format for the current cell or selected cells.
Parameters
FormatType: enumeration Accounting!
Commas!
Currency!
DateFormat!
Fixed2!
General!
Integer!
Percent!
Scientific!
TextOnly!
TableCellNumberNegativeNumber
Syntax
TableCellNumberNegativeNumber(NegDisplayType As _TableCellNumberNegativeNumber_NegDisplayType_enum)
Description
Specify how to display negative numbers in the current cell or selected cells.
Parameters
NegDisplayType: enumeration CRDR!
Minus!
Parentheses!
TableCellNumberRound
Syntax
TableCellNumberRound(State As _TableCellNumberRound_State_enum)
Description
Convert round numbers entered as decimals to integers. Use when the FormatType parameter of TableCellNumberFormat() is an integer!.
Parameters
State: enumeration No!
Yes!
TableCellNumberSelectCurrency
Syntax
TableCellNumberSelectCurrency(IntlCurrency As _TableCellNumberSelectCurrency_IntlCurrency_enum)
Description
Specify an international currency type for the current cell or selected cells.
Parameters
IntlCurrency: enumeration DefaultCurrency!
Dollar!
Peso!
FrenchCanada!
Canada!
Brazil!
Denmark!
Peseta!
Croatia!
CzechRepublic!
SlovakRepublic!
Finland!
FinlandIntl!
France!
Germany!
Greece!
Hungary!
Iceland!
Italy!
Japan!
Netherlands!
Norway!
NorwayIntl!
Ruble!
RussianRuble!
SouthAfrica!
Sweden!
Turkey!
UnitedKingdom!
Switzerland!
Austria!
Belgium!
Ecuador!
ElSalvador!
Guatemala!
Honduras!
Paraguay!
Venezuela!
Poland!
Slovenia!
Israel!
Korea!
China!
Taiwan!
HongKong!
Singapore!
Portugal!
BelgiumFrench!
Euro!
TableCellNumberUseCommas
Syntax
TableCellNumberUseCommas(State As _TableCellNumberUseCommas_State_enum)
Description
Display commas in numbers with more than three digits to the left of the decimal.
Parameters
State: enumeration No!
Yes!
TableCellNumberUseCurrency
Syntax
TableCellNumberUseCurrency(State As _TableCellNumberUseCurrency_State_enum)
Description
Display a currency symbol with numbers.
Parameters
State: enumeration No!
Yes!
TableCellRotateContents
Syntax
TableCellRotateContents(Angle As _TableCellRotateContents_Angle_enum)
Description
Rotate the contents of the selected table cell(s).
Parameters
Angle: enumeration Degrees180!
Degrees270!
Degrees90!
None!
TableCellUseColumnAttribute
Syntax
TableCellUseColumnAttribute(State As _TableCellUseColumnAttribute_State_enum)
Description
Apply a specified column attribute to the current cell or selected cells.
Parameters
State: enumeration No!
Yes!
TableCellUseColumnJust
Syntax
TableCellUseColumnJust(State As _TableCellUseColumnJust_State_enum)
Description
Turn column justification on or off in the current cell.
Parameters
State: enumeration No!
Yes!
TableCellUseColumnNumberType
Syntax
TableCellUseColumnNumberType(State As _TableCellUseColumnNumberType_State_enum)
Description
Turn the current column number type on or off in the current cell or selected cells.
Parameters
State: enumeration No!
Yes!
TableCellUseLineColor
Syntax
TableCellUseLineColor()
Description
Turn on table line color for the current cell or selected cells.
TableCellVerticalAlignment
Syntax
TableCellVerticalAlignment(Alignment As _TableCellVerticalAlignment_Alignment_enum)
Description
Align the current cell or selected cells vertically.
Parameters
Alignment: enumeration Bottom!
Center!
Top!
TableCellsJoin
Syntax
TableCellsJoin()
Description
Join the selected table cells to form one cell. Recordable substitute: TableJoinCells.
TableColumnAttributeOff
Syntax
TableColumnAttributeOff([Attribute])
Description
Turn off the specified character attributes in a table column.
Parameters
Attribute: enumeration (optional) Bold!
DoubleUnderline!
Every!
ExtraLarge!
Fine!
Italics!
Large!
Outline!
Redline!
Shadow!
Small!
SmallCaps!
Strikeout!
Subscript!
Superscript!
Underline!
VeryLarge!
TableColumnAttributeOn
Syntax
TableColumnAttributeOn([Attribute])
Description
Turn on the specified character attributes in a table column.
Parameters
Attribute: enumeration (optional) Bold!
DoubleUnderline!
ExtraLarge!
Fine!
Italics!
Large!
Outline!
Redline!
Shadow!
Small!
SmallCaps!
Strikeout!
Subscript!
Superscript!
Underline!
VeryLarge!
TableColumnDecimalAlignDigits
Syntax
TableColumnDecimalAlignDigits(Digits As Integer)
Description
Specify the number of digits to display between the decimal point and the right edge of cells with decimal align justification in the current column.
Parameters
Digits: numeric The number of digits to display between the decimal point and right edge of the cell.
TableColumnDecimalAlignDist
Syntax
TableColumnDecimalAlignDist(Distance As Integer))
Description
Specify the distance between the decimal and the right edge of cells with decimal align justification in the current column.
Parameters
Distance: measurement The distance between the decimal and the right edge of the cell.
TableColumnFixedWidth
Syntax
TableColumnFixedWidth(State As _TableColumnFixedWidth_State_enum)
Description
Specify a fixed column width.
Parameters
State: enumeration No!
Yes!
TableColumnJustification
Syntax
TableColumnJustification(Mode As _TableColumnJustification_Mode_enum)
Description
Specify column justification.
Parameters
Mode: enumeration Center!
DecAlign!
Full!
FullAll!
Left!
Right!
TableColumnMarginLeft
Syntax
TableColumnMarginLeft(Margin As Integer)
Description
Specify the distance between the left edge of a column and the text in the column.
Parameters
Margin: measurement The amount of space for the left margin.
TableColumnMarginRight
Syntax
TableColumnMarginRight(Margin As Integer)
Description
Specify the distance between the right edge of a column and the text in the column.
Parameters
Margin: measurement The amount of space for the right margin.
TableColumnNumberAlignCurrency
Syntax
TableColumnNumberAlignCurrency(State As _TableColumnNumberAlignCurrency_State_enum)
Description
Align the currency symbols in a column.
Parameters
State: enumeration No!
Yes!
TableColumnNumberDateFormat
Syntax
TableColumnNumberDateFormat(DateFmtNum As Integer)
Description
Specify a date format for the current column.
Parameters
DateFmtNum: numeric 1 July 5, 1959
2 7/5/59
3 Jul 5, 1959
4 5 July 1959
5 Sunday, July 5, 1959
6 12:00 pm
7 5Jul59
8 July 5, 1959 (12:00pm)
9 1959-07-05
10 7/5
11 Jul 5
12 15:02:02
TableColumnNumberDecimalDigits
Syntax
TableColumnNumberDecimalDigits(NumDigits As Integer)
Description
Specify the number of digits after the decimal when TableColumnNumberFormat is Fixed2!. Precede with TableColumnNumberFormat().
Parameters
NumDigits: numeric The number of digits after the decimal.
TableColumnNumberFormat
Syntax
TableColumnNumberFormat(FormatType As _TableColumnNumberFormat_FormatType_enum)
Description
Specify a number format for the current column.
Parameters
FormatType: enumeration Accounting!
Commas!
Currency!
DateFormat!
Fixed2!
General!
Integer!
Percent!
Scientific!
TextOnly!
TableColumnNumberNegNumber
Syntax
TableColumnNumberNegNumber(NegDisplayType As _TableColumnNumberNegNumber_NegDisplayType_enum)
Description
Specify how to display negative numbers in the current column.
Parameters
NegDisplayType: enumeration CRDR!
Minus!
Parentheses!
TableColumnNumberRound
Syntax
TableColumnNumberRound(State As _TableColumnNumberRound_State_enum)
Description
Round numbers entered as decimals to integers in the current column when TableColumnNumberFormat() is set to an integer.
Parameters
State: enumeration No!
Yes!
TableColumnNumberSelCurrency
Syntax
TableColumnNumberSelCurrency(IntlCurrency As _TableColumnNumberSelCurrency_IntlCurrency_enum)
Description
Specify a currency type for the current column.
Parameters
IntlCurrency: enumeration DefaultCurrency!
Dollar!
Peso!
FrenchCanada!
Canada!
Brazil!
Denmark!
Peseta!
Croatia!
CzechRepublic!
SlovakRepublic!
Finland!
FinlandIntl!
France!
Germany!
Greece!
Hungary!
Iceland!
Italy!
Japan!
Netherlands!
Norway!
NorwayIntl!
Ruble!
RussianRuble!
SouthAfrica!
Sweden!
Turkey!
UnitedKingdom!
Switzerland!
Austria!
Belgium!
Ecuador!
ElSalvador!
Guatemala!
Honduras!
Paraguay!
Venezuela!
Poland!
Slovenia!
Israel!
Korea!
China!
Taiwan!
HongKong!
Singapore!
Portugal!
BelgiumFrench!
Euro!
TableColumnNumberUseCommas
Syntax
TableColumnNumberUseCommas(State As _TableColumnNumberUseCommas_State_enum)
Description
Display commas in numbers with three or more digits to the left of the decimal.
Parameters
State: enumeration No!
Yes!
TableColumnNumberUseCurrency
Syntax
TableColumnNumberUseCurrency(State As _TableColumnNumberUseCurrency_State_enum)
Description
Display a currency symbol with numbers.
Parameters
State: enumeration No!
Yes!
TableColumnsFixedWidth
Syntax
TableColumnsFixedWidth(State As _TableColumnsFixedWidth_State_enum)
Description
Turn on the fixed-width option for all columns in the current table.
Parameters
State: enumeration No!
Yes!
TableColumnSize2Fit
Syntax
TableColumnSize2Fit()
Description
Adjust the table-column width to the width of a selected cell or to fit data.
TableColumnWidth
Syntax
TableColumnWidth(ColumnWidth As Integer)
Description
Specify the width of the current column.
Parameters
ColumnWidth: measurement The width of the column.
TableColumnWidthEqualize
Syntax
TableColumnWidthEqualize()
Description
Make the widths of all the selected columns equal. This method sums the widths of the selected columns, finds the average, and applies it to each of the selected columns.
TableColumnWidthGrow
Syntax
TableColumnWidthGrow()
Description
Increase the width of a table column.
TableColumnWidthShrink
Syntax
TableColumnWidthShrink()
Description
Decrease the width of a table column.
TableConvertDlg
Syntax
TableConvertDlg()
Description
Display the Convert Table dialog box. If no text is selected, the macro ends or goes to the ONERROR label.
TableConvertFrom
Syntax
TableConvertFrom(Type As _TableConvertFrom_Type_enum)
Description
Convert the selected text in tabular or parallel columns to a table.
Parameters
Type: enumeration TabularColumns!
ParallelColumns!
MergeDataFile!
TableCopy
Syntax
TableCopy(Copy As _TableCopy_Copy_enum)
Description
Copy the contents of the selected cells to the current column or the current row using (Block!). TableMoveModeEnd() inserts selected cells into the table.
Parameters
Copy: enumeration Block!
Column!
Row!
TableCopyFormula
Syntax
TableCopyFormula(CellIDCntToCell As _TableCopyFormula_CellIDCntToCell_enum, [Where])
Description
Copy a formula from the current cell to another cell.
Parameters
CellIDCntToCell: enumeration Cell!
Down!
Right!
Where: any (optional) The cell address if CellIDCntToCell is Cell! or Right!
TableCreate
Syntax
TableCreate(Columns As Integer, Rows As Integer)
Description
Create a table.
Parameters
Columns: numeric The number of columns in the new table.
Rows: numeric The number of rows in the new table.
TableCreateDlg
Syntax
TableCreateDlg()
Description
Display the Create Table dialog box.
TableCreateNewDlg
Syntax
TableCreateNewDlg()
Description
Display the Create Table dialog box.
TableDataFill
Syntax
TableDataFill()
Description
Fill a cell with a formula or data. Select at least two cells. The first must contain data or a formula. At least one other selected cell must be empty.
TableDecimalAlignmentDigits
Syntax
TableDecimalAlignmentDigits([Number As Integer])
Description
Specify the number of digits between the decimal point and the right edge of cells.
Parameters
Number: numeric (optional) The number of digits between the decimal and the right edge of the cell.
TableDecimalAlignmentDistance
Syntax
TableDecimalAlignmentDistance([Position As Integer])
Description
Specify the distance between the decimal and the right edge of cells.
Parameters
Position: measurement (optional) The space between the decimal and the right edge of the cell.
TableDefaultLine
Syntax
TableDefaultLine(Style)
Description
Specify the default line style of a table. You must pass the numeric value of the style.
Parameters
Style: any Enclose user-defined graphics line styles in quotation marks.
ButtonBottomRightLine! [9]
ButtonTopLeftLine! [8]
DashedLine! [2]
DottedLine! [3]
DoubleLine! [1]
ExtraThickLine! [5]
HeavyDoubleLine! [11]
HeavySingleLine! [10]
NoLine! [127]
SingleLine! [0]
TableDefaultLine! [126]
ThickLine! [4]
ThickThinLine! [7]
ThinThickLine!-[6]
TableDefaultLineColor
Syntax
TableDefaultLineColor([ColorName As String], [Red As Integer], [Green As Integer], [Blue As Integer], [Shade As Integer])
Description
Specify the default line color for a table.
Parameters
ColorName: string (optional) This parameter has been left in for backward compatability with previous versions of WordPerfect. To specify a color in WordPerfect 8, use the Red, Green, and Blue parameters.
Red: numeric (optional) Value: 0-255.
Green: numeric (optional) Value: 0-255.
Blue: numeric (optional) Value: 0-255.
Shade: numeric (optional) Percent: 0-100.
TableDeleteBlock
Syntax
TableDeleteBlock()
Description
Delete the contents of selected cells.
TableDeleteCellFormula
Syntax
TableDeleteCellFormula()
Description
Delete the formulas in the current cell.
TableDeleteColumn
Syntax
TableDeleteColumn(Number As Integer)
Description
Delete table columns.
Parameters
Number: numeric The number of columns to delete, beginning with the current column and moving left. Default: current column or selected columns.
TableDeleteDlg
Syntax
TableDeleteDlg()
Description
Display the Delete dialog box.
TableDeleteRow
Syntax
TableDeleteRow([Number As Integer])
Description
Delete table rows.
Parameters
Number: numeric (optional) The number of rows to delete, beginning with the current row and moving down.
TableDeleteTable
Syntax
TableDeleteTable(DelWhat As _TableDeleteTable_DelWhat_enum)
Description
Delete a table and/or its contents, or convert the table data to tabbed text or merge fields.
ConvertToMerge! Converts cells of each row to ENDFIELD codes.
ConvertToMergeNames! Converts first row cells to FIELDNAMES, and cells in remaining rows to ENDFIELD codes.
ConvertToTabs! Deletes table structure and converts contents to tabbed text.
EntireTable!
TableDeleteTableDlg
Syntax
TableDeleteTableDlg()
Description
Display the Delete Table dialog box.
TableDisableCellLocks
Syntax
TableDisableCellLocks(State As _TableDisableCellLocks_State_enum)
Description
Turn off cell locks.
Parameters
State: enumeration No!
Yes!
TableDragToCreate
Syntax
TableDragToCreate([State As _TableDragToCreate_State_enum])
Description
Turn the Drag to Create Tables option on or off.
Parameters
State: enumeration (optional) Off!
On!
TableEdit
Syntax
TableEdit()
Description
Begin a table-editing method sequence. If not in a table, the macro searches backward for a table to edit. If no table is found, it searches forward.
TableExpertDlg
Syntax
TableExpertDlg()
Description
Display the Table SpeedFormat dialog box.
TableFill
Syntax
(Pattern: any)
Description
Specify a table fill pattern. Precede with TableBorderEditBegin() and follow TableBorderEditEnd(). You must pass the numeric value for FillPattern.
Parameters
FillPattern: any Fill10! [0]
Fill100! [9]
Fill20! [1]
Fill30! [2]
Fill40! [3]
Fill5! [11]
Fill50! [4]
Fill60! [5]
Fill70! [6]
Fill80! [7]
Fill90! [8]
FillButton! [10]
NoFill! [127]
TableFormatDlg
Syntax
TableFormatDlg()
Description
Display the Properties for Table Format tab.
TableFormatJustification
Syntax
TableFormatJustification(Justification As _TableFormatJustification_Justification_enum)
Description
Specify table justification.
Parameters
Justification: enumeration Center!
DecAlign!
Full!
FullAll!
Left!
Right!
TableFormatWidths
Syntax
TableFormatWidths(Width As Integer)
Description
Set table column width.
Parameters
Width: measurement The width for columns in the table.
TableFormula
Syntax
TableFormula(Formula As String)
Description
Specify a formula for the current cell.
Parameters
Formula: string The formula for the current cell.
TableFormulaCBar
Syntax
TableFormulaCBar()
Description
Display the Table Formula feature bar, which helps you view and edit formulas in a table.
TabLeft
Syntax
TabLeft([Type As _TabLeft_Type_enum])
Description
Insert a Hard Left Tab with or without a dot leader.
Parameters
Type: enumeration (optional) DotLeader!
Normal!
TabLeftDot
Syntax
TabLeftDot()
Description
Insert a Hard Left Tab code with a dot leader.
TableGridLinesToggle
Syntax
TableGridLinesToggle()
Description
Display or hide table grid lines.
TableGuides
Syntax
TableGuides(State As _TableGuides_State_enum)
Description
Turn Table Guides on or off.
Parameters
State: enumeration Off!
On!
TableHardColumnBreak
Syntax
TableHardColumnBreak()
Description
Insert a column break and continue the table in the next column. Cannot be in the first row. In the last column, the table continues on the next page.
TableHardColumnBreak
Syntax
TableHardColumnBreak()
Description
Insert a page break and continue the table on the next page.
TableHeader
Syntax
TableHeader(State As _TableHeader_State_enum)
Description
Specify the current row as a header row.
Parameters
State: enumeration No!
Yes!
TableInsertAutoRow
Syntax
TableInsertAutoRow(State As _TableInsertAutoRow_State_enum)
Description
Turn Auto Row Insert on or off.
Parameters
State: enumeration No!
Yes!
TableInsertColumn
Syntax
TableInsertColumn(Number As Integer, InsertPos As _TableInsertColumn_InsertPos_enum, [PreserveWidths As _TableInsertColumn_PreserveWidths_enum])
Description
Insert table columns before or after the insertion point.
Parameters
Number: numeric The number of columns to insert.
InsertPos: enumeration After!
Before!
PreserveWidths: enumeration (optional) No!
Yes!
TableInsertDlg
Syntax
TableInsertDlg()
Description
Display the Insert Columns/Rows dialog box.
TableInsertOneRow
Syntax
TableInsertOneRow()
Description
Insert a new row above the current row.
TableInsertRow
Syntax
TableInsertRow(NumberOfRows As Integer, InsertPosition As _TableInsertRow_InsertPosition_enum)
Description
Insert rows before or after the insertion point.
Parameters
NumberOfRows: numeric The number of rows to insert.
InsertPosition: enumeration After!
Before!
TableJoin
Syntax
TableJoin()
Description
Join the current and following tables. The tables must have the same number of columns.
TableJoinCells
Syntax
TableJoinCells()
Description
Join the selected table cells.
TableJoinCellTool
Syntax
TableJoinCellTool()
Description
Turn on or off the join cells tools.
TableLineFillDlg
Syntax
TableLineFillDlg()
Description
Display the Table Lines/Fill dialog box. The insertion point must be in a table.
TableMarginLeft
Syntax
TableMarginLeft(Margin As Integer)
Description
Specify the distance from the left edge of all cells in a table to the cell text.
Parameters
Margin: measurement The left margin in a cell.
TableMarginRight
Syntax
TableMarginRight(Margin As Integer)
Description
Specify the distance from the right edge of all cells in a table to the cell text.
Parameters
Margin: measurement The right margin in a cell.
TableMove
Syntax
TableMove(Move As _TableMove_Move_enum)
Description
Move the contents of the current cell, selected cells, current column, or current row. At least two cells must be selected. Follow with TableMoveModeEnd() to insert contents.
Parameters
Move: enumeration Block!
Cell!
Column!
Row!
TableMoveCopyDlg
Syntax
TableMoveCopyDlg()
Description
Display the Copy Formula dialog box.
TableMoveModeCancel
Syntax
TableMoveModeCancel()
Description
Cancel TableMove() or TableCopy().
TableMoveModeEnd
Syntax
TableMoveModeEnd()
Description
Paste the contents moved or copied with TableMove() or TableCopy() into a table at the insertion point.
TableNameAdd
Syntax
TableNameAdd(RefType As _TableNameAdd_RefType_enum, [Name As String])
Description
Name a cell, block of cells, row, column, or table.
Parameters
RefType: enumeration Block!
Cell!
CellsDown!
CellsRight!
Column!
FloatingCell!
Row!
Table!
Name: string (optional) The name for the table cells.
TableNameChange
Syntax
TableNameChange(OldName As String, [NewName As String], [NewRef As String])
Description
Rename an existing table.
Parameters
OldName: string The original name.
NewName: string (optional) The new name.
NewRef: string (optional) The new reference cells.
TableNameCreateDlg
Syntax
TableNameCreateDlg()
Description
Display the Create Name dialog box.
TableNameDelete
Syntax
TableNameDelete(TableName As String)
Description
Delete a table name.
Parameters
TableName: string The table name to delete.
TableNameListDlg
Syntax
TableNameListDlg()
Description
Display the Table Names in Current Document dialog box.
TableNumberAlignCurrency
Syntax
TableNumberAlignCurrency(State As _TableNumberAlignCurrency_State_enum)
Description
Align the currency symbols in a table.
Parameters
State: enumeration No!
Yes!
TableNumberDateFormat
Syntax
TableNumberDateFormat(DateFmtNum As Integer)
Description
Specify a date format for the current table.
Parameters
DateFmtNum: numeric 1 July 5, 1959
2 7/5/59
3 Jul 5, 1959
4 5 July 1959
5 Sunday, July 5, 1959
6 12:00 pm
7 05Jul59
8 July 5, 1959 (12:00pm)
TableNumberDecimalDigits
Syntax
TableNumberDecimalDigits()
Description
Specify the number of digits after the decimal.
Parameters
NumDigits: numeric The number of digits to display after the decimal.
TableNumberFormat
Syntax
TableNumberFormat(FormatType As _TableNumberFormat_FormatType_enum)
Description
Specify a numbering type for the current table.
Parameters
FormatType: enumeration Accounting!
Commas!
Currency!
DateFormat!
Fixed2!
General!
Integer!
Percent!
Scientific!
TextOnly!
TableNumberNegativeNumber
Syntax
TableNumberNegativeNumber(NegDisplay As _TableNumberNegativeNumber_NegDisplay_enum)
Description
Specify the display of negative numbers in the current table.
Parameters
NegDisplay: enumeration CRDR!
Minus!
Parentheses!
TableNumberRound
Syntax
TableNumberRound(State As _TableNumberRound_State_enum)
Description
Round decimal numbers to integers when the FormatType parameter of TableNumberFormat is Integer!.
Parameters
State: enumeration No!
Yes!
TableNumberSelectCurrency
Syntax
TableNumberSelectCurrency(IntlCurrency As _TableNumberSelectCurrency_IntlCurrency_enum)
Description
Specify a currency type for the current table.
Parameters
IntlCurrency: enumeration DefaultCurrency!
Dollar!
Peso!
FrenchCanada!
Canada!
Brazil!
Denmark!
Peseta!
Croatia!
CzechRepublic!
SlovakRepublic!
Finland!
FinlandIntl!
France!
Germany!
Greece!
Hungary!
Iceland!
Italy!
Japan!
Netherlands!
Norway!
NorwayIntl!
Ruble!
RussianRuble!
SouthAfrica!
Sweden!
Turkey!
UnitedKingdom!
Switzerland!
Austria!
Belgium!
Ecuador!
ElSalvador!
Guatemala!
Honduras!
Paraguay!
Venezuela!
Poland!
Slovenia!
Israel!
Korea!
China!
Taiwan!
HongKong!
Singapore!
Portugal!
BelgiumFrench!
Euro!
TableNumberTypeDlg
Syntax
TableNumberTypeDlg()
Description
Display the Properties for Table Numeric Format tab.
TableNumberUseCommas
Syntax
TableNumberUseCommas(State As _TableNumberUseCommas_State_enum)
Description
Display commas in numbers with more than three digits to the left of the decimal.
Parameters
State: enumeration No!
Yes!
TableNumberUseCurrency
Syntax
TableNumberUseCurrency(State As _TableNumberUseCurrency_State_enum)
Description
Display a currency symbol with numbers.
Parameters
State: enumeration No!
Yes!
TablePointMode
Syntax
TablePointMode(State As _TablePointMode_State_enum)
Description
Toggle Formula Edit in a table.
Parameters
State: enumeration Off!
On!
TablePosition
Syntax
TablePosition(PositionVal As _TablePosition_PositionVal_enum, [SetAbsPos As Integer])
Description
Specify table position.
Parameters
PositionVal: enumeration AlignAbsolute!
AlignCenter!
AlignFull!
AlignLeft!
AlignRight!
SetAbsPos: measurement (optional) The absolute position from the left edge of the paper when PositionVal is AlignAbsolute!.
TablePosNextTable
Syntax
TablePosNextTable()
Description
Move the insertion point to the beginning of the next table.
TablePosPreviousTable
Syntax
TablePosPreviousTable()
Description
Move the insertion point to the beginning of the previous table.
TableQuickSum
Syntax
TableQuickSum()
Description
Calculate the sum of cells above the current cell in the current column. Or, if the cell immediately above the current cell is blank, calculates the sum of cells left of the current cell in the current row. Cells above or to the left of a blank cell are not included in the calculation.
TableReformatAll
Syntax
TableReformatAll()
Description
Reformat all tables in the current document. Used particularly to reformat floating cell numbers and currency symbols if the language is changed.
TableRetrieve
Syntax
TableRetrieve(Reference As _TableRetrieve_Reference_enum)
Description
Retrieve the last item moved or copied in a table.
Parameters
Reference: enumeration Block!
Cell!
Column!
Row!
TableRotateCell
Syntax
TableRotateCell()
Description
Rotate the contents of the current cell by 90 degrees.
TableRowCanSpanPages
Syntax
TableRowCanSpanPages(State As _TableRowCanSpanPages_State_enum)
Description
Allow a table row to span two or more pages.
Parameters
State: enumeration No!
Yes!
TableRowColIndicators
Syntax
TableRowColIndicators()
Description
Turn row and column indicators on or off.
TableRowHeight
Syntax
TableRowHeight(RowHeight As _TableRowHeight_RowHeight_enum, [Amount As Integer])
Description
Specify whether row height is automatic or fixed, and if fixed, specify the height.
Parameters
RowHeight: enumeration Auto!
Fixed!
Amount: measurement (optional) The row height when the Type parameter is Fixed!.
TableRowMarginBottom
Syntax
TableRowMarginBottom(Margin As Integer)
Description
Specify the distance between the last line of text and the bottom of the cell.
Parameters
Margin: measurement The bottom margin in a cell.
TableRowMarginTop
Syntax
TableRowMarginTop(Margin As Integer)
Description
Specify the distance between the top of a cell and the first line of text in the cell.
Parameters
Margin: measurement The top margin in a cell.
TableRowNumberOfLines
Syntax
TableRowNumberOfLines(RowLines As _TableRowNumberOfLines_RowLines_enum)
Description
Specify single or multiple lines in the cells of a row.
Parameters
RowLines: enumeration Multiple!
Single!
TableSecondFill
Syntax
TableSecondFill(FillStyle)
Description
Specify an alternating fill style for a table. You must pass the numeric value of the FillPattern.
Parameters
FillPattern: any Fill10! [0]
Fill100! [9]
Fill20! [1]
Fill30! [2]
Fill40! [3]
Fill5! [11]
Fill50! [4]
Fill60! [5]
Fill70! [6]
Fill80! [7]
Fill90! [8]
FillButton! [10]
NoFill! [127]
TableSecondFillColors
Syntax
TableSecondFillColors([ForeColorName As String], [ForeRed As Integer], [ForeGreen As Integer], [ForeBlue As Integer], [ForeShade As Integer], [BackColorName As String], [BackRed As Integer], [BackGreen As Integer], [BackBlue As Integer], [BackShade As Integer])
Description
Specify the color of a table alternating fill. Use TableBorderEditBegin() before this method and follow with TableBorderEditEnd().
Parameters
ForeColorName: string (optional) The name of the foreground color.
ForeRed: numeric (optional) Value: 0-225.
ForeGreen: numeric (optional) Value: 0-225.
ForeBlue: numeric (optional) Value: 0-225.
ForeShade: numeric (optional) Percent: 0-100.
BackColorName: string (optional) The name of the background color.
BackRed: numeric (optional) Value: 0-225.
BackGreen: numeric (optional) Value: 0-225.
BackBlue: numeric (optional) Value: 0-225.
BackShade: numeric (optional) Percent: 0-100.
TableSelectOff
Syntax
TableSelectOff()
Description
Turn off Select.
TableSelectOn
Syntax
TableSelectOn(SelectionMode As _TableSelectOn_SelectionMode_enum)
Description
Select a row, column, cell, or table.
Parameters
SelectionMode: enumeration Cell!
Column!
Row!
Table!
TableSize
Syntax
TableSize([Rows As Integer], [Columns As Integer])
Description
Change the number of rows or columns in an existing table. Rows are added or deleted from the bottom of the existing table. Columns are added or deleted from the right of the existing table.
Parameters
Rows: numeric (optional) The number of rows in the resulting table.
Columns: numeric (optional) The number of columns in the resulting table.
TableSkewColumn
Syntax
TableSkewColumn(Column As _TableSkewColumn_Column_enum, SkewValue As Integer)
Description
Lets you specify a skew value for the first or last column of the current table.
Parameter
Column: enumeration FirstColumn!
LastColumn!
SkewValue: numeric The skew value
TableSkewColumnText
Syntax
TableSkewColumnText(State As _TableSkewColumnText_State_enum)
Description
Lets you specify whether you want to skew or to unskew the text in a skewed table column.
Parameter
State: enumeration No!
Yes!
TableSkewJoinCorners
Syntax
TableSkewJoinCorners(State As _TableSkewJoinCorners_State_enum)
Description
Lets you specify whether or not you want to join the corners in a skewed table. The TableSkewJoinCorners() method adjusts the row height or the column width.
Parameter
State: enumeration No!
Yes!
TableSkewRow
Syntax
TableSkewRow(SkewValue As Integer)
Description
Lets you specify a skew value for the top row of the current table.
Parameter
SkewValue: numeric The skew value
TableSkewRowText
Syntax
TableSkewRowText(State As _TableSkewRowText_State_enum)
Description
Lets you specify whether to skew or to unskew the text in a skewed table row.
Parameters
State: enumeration No!
Yes!
TableSortTable
Syntax
TableSortTable([SortType], [SortOrder])
Description
Sort a table by the contents of a selected cell.
Parameters
SortType: enumeration (optional) Alphanumeric!
Numeric!
SortOrder: enumeration (optional) Ascending!
Descending!
TableSplit
Syntax
TableSplit()
Description
Split a table into two tables. A table cannot be split on the first row. The second table begins with the current row.
TableSplitCellsDlg
Syntax
TableSplitCellsDlg()
Description
Display the Split Cell dialog box.
TableSplitColumn
Syntax
TableSplitColumn(ColumnCount As Integer, [ColumnPos As Integer])
Description
Split the current cell into two columns.
Parameters
ColumnCount: numeric The number of columns to create.
ColumnPos: measurement (optional) The width of the new columns.
TableSplitColumnTool
Syntax
TableSplitColumnTool([State As _TableSplitColumnTool_State_enum])
Description
Turn the split column tool on or off.
Parameters
State: enumeration (optional) Off!
On!
TableSplitRow
Syntax
TableSplitRow(RowCount As Integer, [RowPos As Integer])
Description
Split the current cell into multiple rows.
Parameters
RowCount: numeric The number of rows to create.
RowPos: numeric (optional) The position of the new rows.
TableSplitRowTool
Syntax
TableSplitRowTool([State As _TableSplitRowTool_State_enum])
Description
Turn the split row tool on or off.
Parameters
State: enumeration (optional) Off!
On!
TableSquareSkewedRow
Syntax
TableSquareSkewedRow(Column As _TableSquareSkewedRow_Column_enum, State As _TableSquareSkewedRow_State_enum)
Description
Lets you square the first or last column of a skewed table row.
Parameters
Column: enumeration FirstColumn!
LastColumn!
State: enumeration No!
Yes!
TableStyleCreate
Syntax
TableTextBoxCreate(Columns As Integer, Rows As Integer)
Description
Create a table style.
Parameters
Style: string The name of the style.
Library: enumeration (optional) CurrentDoc!
PersonalLibrary!
SharedLibrary!
TableStyleDelete
Syntax
TableStyleDelete(Style As String, [Library As _TableStyleDelete_Library_enum])
Description
Delete a table style.
Parameters
Style: string The name of the style to delete.
Library: enumeration (optional) CurrentDoc!
PersonalLibrary!
SharedLibrary!
TableStyleEdit
Syntax
TableStyleEdit(Style, [Library As _TableStyleEdit_Library_enum])
Description
Edit a table style. Use with TableStyleName() and TableStyleReplace().
Parameters
Style: any NoTableStyle! [127]
TableStyle1! [0]
TableStyle10! [9]
TableStyle11! [10]
TableStyle12! [11]
TableStyle13! [12]
TableStyle14! [13]
TableStyle15! [14]
TableStyle16! [15]
TableStyle17! [16]
TableStyle18! [17]
TableStyle19! [18]
TableStyle2! [1]
TableStyle20! [19]
TableStyle21! [20]
TableStyle22! [21]
TableStyle23! [22]
TableStyle24! [23]
TableStyle25! [24]
TableStyle26! [25]
TableStyle27! [26]
TableStyle28! [27]
TableStyle29! [28]
TableStyle3! [3]
TableStyle30![29]
TableStyle31! [30]
TableStyle32! [31]
TableStyle33! [32]
TableStyle34! [33]
TableStyle35! [34]
TableStyle36! [35]
TableStyle37! [36]
TableStyle38! [37]
TableStyle39! [38]
TableStyle4! [3]
TableStyle40! [39]
TableStyle5! [4]
TableStyle6! [5]
TableStyle7! [6]
TableStyle8! [7]
TableStyle9![8]
Library: enumeration (optional) CurrentDoc!
PersonalLibrary!
SharedLibrary!
TableStyleEnd
Syntax
TableStyleEnd(State As _TableStyleEnd_State_enum)
Description
Save or cancel table style settings.
Parameters
State: enumeration Cancel!
Save!
TableStyleName
Syntax
TableStyleName(Style As String)
Description
Specify the name of a new table style. Use with TableStyleEdit().
Parameters
Style: string The name for the table style.
TableStyleReplace
Syntax
TableStyleReplace(Style As String, [Library As _TableStyleReplace_Library_enum])
Description
Specify a user-defined table style to replace the current table style. Use with TableStyleEdit().
Parameters
Style: string The name of the table style.
Library: enumeration (optional) CurrentDoc!
PersonalLibrary!
SharedLibrary!
TableStyleRetrieve
Syntax
TableStyleRetrieve(Filename As String, Library As _TableStyleRetrieve_Library_enum)
Description
Retrieve a table style from the specified style library.
Parameters
Filename: string The filename of the style library file.
Library: enumeration CurrentDoc!
PersonalLibrary!
SharedLibrary!
TableStyleSave
Syntax
TableStyleSave(Filename As String, Library As _TableStyleSave_Library_enum)
Description
Save a table style to the specified style library.
Parameters
Filename: string The filename for the style library file.
Library: enumeration CurrentDoc!
PersonalLibrary!
SharedLibrary!
TableTextBoxCreate
Syntax
TableTextBoxCreate(Columns As Integer, Rows As Integer)
Description
Create a table in a text box.
Parameters
Columns: numeric The number of columns.
Rows: numeric The number of rows.
TableTextToFormula
Syntax
TableTextToFormula()
Description
Convert the contents of the current cell to a formula.
TableToolsDlg
Syntax
TableToolsDlg()
Description
Display the Tools dialog box for editing a table. If the insertion point is not in a table when this method is executed, nothing happens.
TableUndelete
Syntax
TableUndelete()
Description
Insert the last deleted item. Available only in table editing mode.
TableUpdateAssociatedCharts
Syntax
TableUpdateAssociatedCharts(State As _TableUpdateAssociatedCharts_State_enum)
Description
Turn the Update associated charts option on or off.
Parameters
State: enumeration Off!
On!
TableUseDefaultLinesColor
Syntax
TableUseDefaultLinesColor()
Description
Specify the Line Style line color as the default line color for a table.
TabRight
Syntax
TabRight([Type As _TabRight_Type_enum])
Description
Insert a right-aligned tab (with or without a dot leader) at the insertion point.
Parameters
Type: enumeration (optional) DotLeader!
Normal!
TabRightDot
Syntax
TabRightDot()()
Description
Insert a Hard Right Tab code with a dot leader.
TabSet
Syntax
TabSet(Origin As _TabSet_Origin_enum, [Position], [TabType])
Description
Specify tab settings.
Parameters
Origin: enumeration Set tabs relative to the left edge of the paper (absolute) or the left margin setting (relative).
Absolute!
Relative!
Position: measurement (optional) The position of the tabs.