home *** CD-ROM | disk | FTP | other *** search
/ Chip: 25 Years Anniversary / CHIP_25Jahre_Jubilaeum.iso / downloads / 401065 / WPO11 / Data1.cab / _575FD37B70BC449BBACB0B7E3DC6CFDE < prev    next >
Text File  |  2003-03-07  |  55KB  |  3,864 lines

  1. ∞      Tab
  2.  
  3. Syntax
  4.  
  5. Tab()
  6.  
  7. Description
  8.  
  9. Insert a tab.
  10.  
  11. TabAdd
  12.  
  13. Syntax
  14.  
  15. TabAdd(Position As Integer, Type As _TabAdd_Type_enum, [SpaceBetweenTabs As Integer])
  16.  
  17. Description
  18.  
  19. 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.
  20.  
  21. Parameters
  22.  
  23. Position: measurement    The tab position relative to left edge of the page.
  24.  
  25. Type: enumeration    TabCenter!
  26.  
  27. TabCenterDot!
  28.  
  29. TabDecimal!
  30.  
  31. TabDecimalDot!
  32.  
  33. TabLeft!
  34.  
  35. TabLeftDot!
  36.  
  37. TabRight!
  38.  
  39. TabRightDot!
  40.  
  41. SpaceBetweenTabs: measurement (optional)    The amount of space between tab settings.
  42.  
  43. TabBarIconShow
  44.  
  45. Syntax
  46.  
  47. TabBarIconShow(State As _TabBarIconShow_State_enum) As Boolean
  48.  
  49. Description
  50.  
  51. 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.
  52.  
  53. Return Value
  54.  
  55. 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.
  56.  
  57. Parameters
  58.  
  59. State: enumeration    Off!
  60.  
  61. On!
  62.  
  63. TabCenter
  64.  
  65. Syntax
  66.  
  67. TabCenter([Type As _TabCenter_Type_enum])
  68.  
  69. Description
  70.  
  71. Insert a Hard Centered Tab code.
  72.  
  73. Parameters
  74.  
  75. Type: enumeration (optional)    DotLeader!
  76.  
  77. Normal!
  78.  
  79. TabCenterDot
  80.  
  81. Syntax
  82.  
  83. TabCenterDot()
  84.  
  85. Description
  86.  
  87. Insert a Hard Centered Tab code with a dot leader.
  88.  
  89. TabClearAll
  90.  
  91. Syntax
  92.  
  93. TabClearAll()
  94.  
  95. Description
  96.  
  97. Clear all tab settings.
  98.  
  99. TabDecimal
  100.  
  101. Syntax
  102.  
  103. TabDecimal([Type As _TabDecimal_Type_enum])
  104.  
  105. Description
  106.  
  107. Insert a hard decimal-aligned tab.
  108.  
  109. Parameters
  110.  
  111. Type: enumeration (optional)    DotLeader!
  112.  
  113. Normal!
  114.  
  115. TabDecimalDot
  116.  
  117. Syntax
  118.  
  119. TabDecimalDot()
  120.  
  121. Description
  122.  
  123. Insert a Hard Decimal Tab code with a dot leader.
  124.  
  125. TabDelete
  126.  
  127. Syntax
  128.  
  129.  TabDelete(Position As Integer)
  130.  
  131. Description
  132.  
  133. Delete one tab setting without affecting any other tab settings.
  134.  
  135. Parameters
  136.  
  137. Position: measurement    
  138.  
  139. TabForced
  140.  
  141. Syntax
  142.  
  143.  TabForced()
  144.  
  145. Description
  146.  
  147. Insert a forced tab. Forced tabs cannot be replaced by the QuickIndent feature.
  148.  
  149. TabInsert
  150.  
  151. Syntax
  152.  
  153. TabInsert()
  154.  
  155. Description
  156.  
  157. Insert a tab into the document.
  158.  
  159. TabInsert
  160.  
  161. Syntax
  162.  
  163. TabInsert()
  164.  
  165. Description
  166.  
  167. 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.
  168.  
  169. TableAdjustBegin
  170.  
  171. Syntax
  172.  
  173. TableAdjustBegin()
  174.  
  175. Description
  176.  
  177. Begin table adjustments from the Ruler. Follow with methods such as TableAdjustColumnWidth() and TableAdjustPosition(), and end with TableAdjustEnd().
  178.  
  179. TableAdjustColumnWidth
  180.  
  181. Syntax
  182.  
  183. TableAdjustColumnWidth(Column As Integer, Width As Integer)
  184.  
  185. Description
  186.  
  187. Specify a column width in WordPerfect units when adjusting columns from the Ruler. Use with TableAdjustBegin() and TableAdjustEnd().
  188.  
  189. Parameters
  190.  
  191. Column: numeric    The leftmost column is 0.
  192.  
  193. Width: measurement    
  194.  
  195. TableAdjustEnd
  196.  
  197. Syntax
  198.  
  199. TableAdjustEnd()
  200.  
  201. Description
  202.  
  203. End table adjustments from the Ruler. Precede with TableAdjustBegin() and methods such as TableAdjustColumnWidth() and TableAdjustPosition().
  204.  
  205. TableAdjustPosition
  206.  
  207. Syntax
  208.  
  209. TableAdjustPosition(Position As Integer)
  210.  
  211. Description
  212.  
  213. Specify the number of WordPerfect units from the left margin to the left edge of a table when adjusting table position from the Ruler.
  214.  
  215. Parameters
  216.  
  217. Position: measurement    The distance from the left margin to the left edge of the table.
  218.  
  219. TableAlternateFillSet
  220.  
  221. Syntax
  222.  
  223. TableAlternateFillSet(State As _TableAlternateFillSet_State_enum, [Span As Integer], [AlternateSpan As Integer])
  224.  
  225. Description
  226.  
  227. Specify the type of alternating table fill and the cell range to which the fill is applied.
  228.  
  229. Parameters
  230.  
  231. State: enumeration    CheckerBoard!
  232.  
  233. Column!
  234.  
  235. Off!
  236.  
  237. Row!
  238.  
  239. Span: numeric (optional)    The cells to automatically fill.
  240.  
  241. AlternateSpan: numeric (optional)    The cells to automatically fill.
  242.  
  243. TableAppendRow
  244.  
  245. Syntax
  246.  
  247. TableAppendRow()
  248.  
  249. Description
  250.  
  251. Insert a new row below the current row.
  252.  
  253. TableApplyStyle
  254.  
  255. Syntax
  256.  
  257. TableApplyStyle(Style, [ResetAttributes As _TableApplyStyle_ResetAttributes_enum], [ShowIn60 As _TableApplyStyle_ShowIn60_enum])
  258.  
  259. Description
  260.  
  261. Apply a table style using Table SpeedFormat.
  262.  
  263. Parameters
  264.  
  265. Style: any    NoTableStyle! [127]
  266.  
  267. TableStyle1! [0]
  268.  
  269. TableStyle10! [9]
  270.  
  271. TableStyle11! [10]
  272.  
  273. TableStyle12! [11]
  274.  
  275. TableStyle13! [12]
  276.  
  277. TableStyle14! [13]
  278.  
  279. TableStyle15! [14]
  280.  
  281. TableStyle16! [15]
  282.  
  283. TableStyle17! [16]
  284.  
  285. TableStyle18! [17]
  286.  
  287. TableStyle19! [18]
  288.  
  289. TableStyle2! [1]
  290.  
  291. TableStyle20! [19]
  292.  
  293. TableStyle21! [20]
  294.  
  295. TableStyle22! [21]
  296.  
  297. TableStyle23! [22]
  298.  
  299. TableStyle24! [23]
  300.  
  301. TableStyle25! [24]
  302.  
  303. TableStyle26! [25]
  304.  
  305. TableStyle27! [26]
  306.  
  307. TableStyle28! [27]
  308.  
  309. TableStyle29! [28]
  310.  
  311. TableStyle3! [3]
  312.  
  313. TableStyle30![29]
  314.  
  315. TableStyle31! [30]
  316.  
  317. TableStyle32! [31]
  318.  
  319. TableStyle33! [32]
  320.  
  321. TableStyle34! [33]
  322.  
  323. TableStyle35! [34]
  324.  
  325. TableStyle36! [35]
  326.  
  327. TableStyle37! [36]
  328.  
  329. TableStyle38! [37]
  330.  
  331. TableStyle39! [38]
  332.  
  333. TableStyle4! [3]
  334.  
  335. TableStyle40! [39]
  336.  
  337. TableStyle5! [4]
  338.  
  339. TableStyle6! [5]
  340.  
  341. TableStyle7! [6]
  342.  
  343. TableStyle8! [7]
  344.  
  345. TableStyle9![8]
  346.  
  347. ResetAttributes: enumeration (optional)    Clear the current table settings.
  348.  
  349. No!
  350.  
  351. Yes!
  352.  
  353. ShowIn60: enumeration (optional)    Apply a style on a cell-by-cell basis.
  354.  
  355. No!
  356.  
  357. Yes!
  358.  
  359. TableAttributeOff
  360.  
  361. Syntax
  362.  
  363.  TableAttributeOff([Attribute]
  364.  
  365. Description
  366.  
  367. Turn off the specified font attributes and relative font size attributes in a table.
  368.  
  369. Parameters
  370.  
  371. Attribute: enumeration (optional)    Bold!
  372.  
  373. DoubleUnderline!
  374.  
  375. Every!
  376.  
  377. ExtraLarge!
  378.  
  379. Fine!
  380.  
  381. Italics!
  382.  
  383. Large!
  384.  
  385. Outline!
  386.  
  387. Redline!
  388.  
  389. Shadow!
  390.  
  391. Small!
  392.  
  393. SmallCaps!
  394.  
  395. Strikeout!
  396.  
  397. Subscript!
  398.  
  399. Superscript!
  400.  
  401. Underline!
  402.  
  403. VeryLarge!
  404.  
  405. TableAttributeOn
  406.  
  407. Syntax
  408.  
  409. TableAttributeOn([Attribute])
  410.  
  411. Description
  412.  
  413. Turn on the specified character attributes in a table.
  414.  
  415. Parameters
  416.  
  417. Attribute: enumeration (optional)    Bold!
  418.  
  419. DoubleUnderline!
  420.  
  421. ExtraLarge!
  422.  
  423. Fine!
  424.  
  425. Italics!
  426.  
  427. Large!
  428.  
  429. Outline!
  430.  
  431. Redline!
  432.  
  433. Shadow!
  434.  
  435. Small!
  436.  
  437. SmallCaps!
  438.  
  439. Strikeout!
  440.  
  441. Subscript!
  442.  
  443. Superscript!
  444.  
  445. Underline!
  446.  
  447. VeryLarge!
  448.  
  449. TableAutoCalc
  450.  
  451. Syntax
  452.  
  453. TableAutoCalc(State As _TableAutoCalc_State_enum
  454.  
  455. Description
  456.  
  457. Specify automatic calculation for tables.
  458.  
  459. Parameters
  460.  
  461. State: enumeration    AutoDoc!
  462.  
  463. AutoTbl!
  464.  
  465. Off!
  466.  
  467. TableAutoFill
  468.  
  469. Syntax
  470.  
  471. TableAutoFill()
  472.  
  473. Description
  474.  
  475. Use TableDataFill() to increment values across a row or down a column.
  476.  
  477. TableBlockOff
  478.  
  479. Syntax
  480.  
  481. TableBlockOff()
  482.  
  483. Description
  484.  
  485. Turn off Select in a table.
  486.  
  487. TableBlockOn
  488.  
  489. Syntax
  490.  
  491. TableBlockOn()
  492.  
  493. Description
  494.  
  495. Turn on Select in a table.
  496.  
  497. TableBorder
  498.  
  499. Syntax
  500.  
  501. TableBorder(Style)
  502.  
  503. Description
  504.  
  505. Specify a table border type. Use with methods such as TableBorderEditBegin() and TableBorderEditEnd(). You must pass the numeric value of the style.
  506.  
  507. Parameters
  508.  
  509. Style: any    ButtonBorder! [10]
  510.  
  511. ColumnBorderAll! [12]
  512.  
  513. ColumnBorderBetween! [11]
  514.  
  515. DashedBorder! [3]
  516.  
  517. DottedBorder! [4]
  518.  
  519. DoubleBorder! [2]
  520.  
  521. ExtraThickBorder! [6]
  522.  
  523. HeavyDoubleBorder! [14]
  524.  
  525. HeavySingleBorder! [13]
  526.  
  527. NoBorder! [127
  528.  
  529. SingleBorder! [1]
  530.  
  531. SpacingOnly! [0]
  532.  
  533. ThickBorder! [5]
  534.  
  535. ThickThinBorder![8]
  536.  
  537. ThickTopBottomBorder! [9]
  538.  
  539. ThinThickBorder! [7]
  540.  
  541. TableBorderEditBegin
  542.  
  543. Syntax
  544.  
  545. TableBorderEditBegin()
  546.  
  547. Description
  548.  
  549. Begin table border editing. Follow with editing methods and TableBorderEditEnd().
  550.  
  551. TableBorderEditEnd
  552.  
  553. Syntax
  554.  
  555. TableBorderEditEnd(State As _TableBorderEditEnd_State_enum)
  556.  
  557. Description
  558.  
  559. Save table border editing changes. Precede with TableBorderEditBegin() and editing methods.
  560.  
  561. Parameters
  562.  
  563. State: enumeration    Cancel!
  564.  
  565. Save!
  566.  
  567. TableCalculate
  568.  
  569. Syntax
  570.  
  571. TableCalculate()
  572.  
  573. Description
  574.  
  575. Calculate the formula values in the current table or selected cells.
  576.  
  577. TableCalculateAll
  578.  
  579. Syntax
  580.  
  581. TableCalculateAll()
  582.  
  583. Description
  584.  
  585. Calculate the formula values for all tables and floating cells in the current document.
  586.  
  587. TableCalculateDlg
  588.  
  589. Syntax
  590.  
  591. TableCalculateDlg()
  592.  
  593. Description
  594.  
  595. Display the Calculate dialog box.
  596.  
  597. TableCellAttributeOff
  598.  
  599. Syntax
  600.  
  601.  TableCellAttributeOff([Attribute])
  602.  
  603. Description
  604.  
  605. Turn off the specified font appearance, position, and relative size attributes in the selected cells.
  606.  
  607. Parameters
  608.  
  609. Attribute: enumeration (optional)    Bold!
  610.  
  611. DoubleUnderline!
  612.  
  613. Every!
  614.  
  615. ExtraLarge!
  616.  
  617. Fine!
  618.  
  619. Italics!
  620.  
  621. Large!
  622.  
  623. Outline!
  624.  
  625. Redline!
  626.  
  627. Shadow!
  628.  
  629. Small!
  630.  
  631. SmallCaps!
  632.  
  633. Strikeout!
  634.  
  635. Subscript!
  636.  
  637. Superscript!
  638.  
  639. Underline!
  640.  
  641. VeryLarge!
  642.  
  643. TableCellAttributeOn
  644.  
  645. Syntax
  646.  
  647. TableCellAttributeOn([Attribute])
  648.  
  649. Description
  650.  
  651. Apply the specified font appearance, position, and relative size attributes of the selected cells.
  652.  
  653. Parameters
  654.  
  655. Attribute: enumeration (optional)    Bold!
  656.  
  657. DoubleUnderline!
  658.  
  659. ExtraLarge!
  660.  
  661. Fine!
  662.  
  663. Italics!
  664.  
  665. Large!
  666.  
  667. Outline!
  668.  
  669. Redline!
  670.  
  671. Shadow!
  672.  
  673. Small!
  674.  
  675. SmallCaps!
  676.  
  677. Strikeout!
  678.  
  679. Subscript!
  680.  
  681. Superscript!
  682.  
  683. Underline!
  684.  
  685. VeryLarge!
  686.  
  687. TableCellCopy
  688.  
  689. Syntax
  690.  
  691. TableCellCopy(CopyType As _TableCellCopy_CopyType_enum, [Count As Integer])
  692.  
  693. Description
  694.  
  695. Copy the content of the specified cell(s) to the Clipboard, and paste it in the cell(s) specified by the CopyType parameter.
  696.  
  697. Parameters
  698.  
  699. CopyType: enumeration    Cell!
  700.  
  701. Down!
  702.  
  703. Right!
  704.  
  705. Count: numeric (optional)    The number of cells to paste the copied cell into. Use when the CopyType parameter is Down! or Right!.
  706.  
  707. TableCellDiagonalLine
  708.  
  709. Syntax
  710.  
  711. TableCellDiagonalLine(Diagonal As _TableCellDiagonalLine_Diagonal_enum)
  712.  
  713. Description
  714.  
  715. Add diagonal lines to a table cell.
  716.  
  717. Parameters
  718.  
  719. Diagonal: enumeration    BotLeftToTopRight!
  720.  
  721. None!
  722.  
  723. TopLeftToBotRight!
  724.  
  725. TwoDiagonals!
  726.  
  727. TableCellDiagonalLineQry
  728.  
  729. Syntax
  730.  
  731. TableCellDiagonalLineQry()
  732.  
  733. Description
  734.  
  735. Return the diagonal lines options to active in the current table selection.
  736.  
  737. Return Value
  738.  
  739. 0    None
  740.  
  741. 1    Bottom Left to Top Right
  742.  
  743. 2    Top Left to Bottom Right
  744.  
  745. 3    Two Diagonals
  746.  
  747. TableCellFillColors
  748.  
  749. Syntax
  750.  
  751. 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])
  752.  
  753. Description
  754.  
  755. Specify the foreground and background colors for the current cell or selected cells.
  756.  
  757. Parameters
  758.  
  759. ForeColorName: string (optional)    The name of the foreground color.
  760.  
  761. ForeColorRed: numeric (optional)    Value: 0-255.
  762.  
  763. ForeColorGreen: numeric (optional)    Value: 0-255.
  764.  
  765. ForeColorBlue: numeric (optional)    Value: 0-255.
  766.  
  767. ForeColorShade: numeric (optional)    Percent: 0-100.
  768.  
  769. BackColorName: string (optional)    The name of the background color.
  770.  
  771. BackColorRed: numeric (optional)    Value: 0-255.
  772.  
  773. BackColorGreen: numeric (optional)    Value: 0-255.
  774.  
  775. BackColorBlue: numeric (optional)    Value: 0-255.
  776.  
  777. BackColorShade: numeric (optional)    Percent: 0-100.
  778.  
  779. TableCellFillStyle
  780.  
  781. Syntax
  782.  
  783. TableCellFillStyle(FillPattern)
  784.  
  785. Description
  786.  
  787. Specify a shading style for the current cell or selected cells. You must pass the numeric value of the FillPattern.
  788.  
  789. Parameters
  790.  
  791. FillPattern: any    Fill10! [0]
  792.  
  793. Fill100! [9]
  794.  
  795. Fill20! [1]
  796.  
  797. Fill30! [2]
  798.  
  799. Fill40! [3]
  800.  
  801. Fill5! [11]
  802.  
  803. Fill50! [4]
  804.  
  805. Fill60! [5]
  806.  
  807. Fill70! [6]
  808.  
  809. Fill80! [7]
  810.  
  811. Fill90! [8]
  812.  
  813. FillButton! [10]
  814.  
  815. NoFill! [127]
  816.  
  817. TableCellIgnoreCalculation
  818.  
  819. Syntax
  820.  
  821. TableCellIgnoreCalculation(State As _TableCellIgnoreCalculation_State_enum)
  822.  
  823. Description
  824.  
  825. Specify one or more selected cells to ignore when calculating formulas.
  826.  
  827. Parameters
  828.  
  829. State: enumeration    No!
  830.  
  831. Yes!
  832.  
  833. TableCellJustification
  834.  
  835. Syntax
  836.  
  837. TableCellJustification(Mode As _TableCellJustification_Mode_enum)
  838.  
  839. Description
  840.  
  841. Justify the current cell or selected cells.
  842.  
  843. Parameters
  844.  
  845. Mode: enumeration    Center!
  846.  
  847. DecAlign!
  848.  
  849. Full!
  850.  
  851. FullAll!
  852.  
  853. Left!
  854.  
  855. Right!
  856.  
  857. TableCellLine
  858.  
  859. Syntax
  860.  
  861. TableCellLine(Position As _TableCellLine_Position_enum, Style)
  862.  
  863. Description
  864.  
  865. Change the specified lines around a cell or selected cells, or between selected cells. You must pass the numeric value of the style.
  866.  
  867. Parameters
  868.  
  869. Position: enumeration    Bottom!
  870.  
  871. Inside!
  872.  
  873. Left!
  874.  
  875. Outside!
  876.  
  877. Right!
  878.  
  879. Top!
  880.  
  881. Style: any    ButtonBorder! [10]
  882.  
  883. ColumnBorderAll! [12]
  884.  
  885. ColumnBorderBetween! [11]
  886.  
  887. DashedBorder! [3]
  888.  
  889. DottedBorder! [4]
  890.  
  891. DoubleBorder! [2]
  892.  
  893. ExtraThickBorder! [6]
  894.  
  895. HeavyDoubleBorder! [14]
  896.  
  897. HeavySingleBorder! [13]
  898.  
  899. NoBorder! [127
  900.  
  901. SingleBorder! [1]
  902.  
  903. SpacingOnly! [0]
  904.  
  905. ThickBorder! [5]
  906.  
  907. ThickThinBorder![8]
  908.  
  909. ThickTopBottomBorder! [9]
  910.  
  911. ThinThickBorder! [7]
  912.  
  913. TableCellLineColor
  914.  
  915. Syntax
  916.  
  917. TableCellLine(Position As _TableCellLine_Position_enum, Style)
  918.  
  919. Description
  920.  
  921. Specify the line color of the current cell or selected cells.
  922.  
  923. Parameters
  924.  
  925. 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.
  926.  
  927. Red: numeric (optional)    Value: 0-255.
  928.  
  929. Green: numeric (optional)    Value: 0-255.
  930.  
  931. Blue: numeric (optional)    Value: 0-255.
  932.  
  933. Shade: numeric (optional)    Percent: 0-100.
  934.  
  935. TableCellLock
  936.  
  937. Syntax
  938.  
  939. TableCellLock(State As _TableCellLock_State_enum)
  940.  
  941. Description
  942.  
  943. Lock the current cell or selected cells.
  944.  
  945. Parameters
  946.  
  947. State: enumeration    No!
  948.  
  949. Yes!
  950.  
  951. TableCellLockToggle
  952.  
  953. Syntax
  954.  
  955. TableCellLockToggle()
  956.  
  957. Description
  958.  
  959. Lock or unlock the current cell or selected cells.
  960.  
  961. TableCellNumberAlignCurrency
  962.  
  963. Syntax
  964.  
  965. TableCellNumberAlignCurrency(State As _TableCellNumberAlignCurrency_State_enum)
  966.  
  967. Description
  968.  
  969. Align the currency symbols in the current cell or selected cells.
  970.  
  971. Parameters
  972.  
  973. State: enumeration    No!
  974.  
  975. Yes!
  976.  
  977. TableCellNumberDateFormat
  978.  
  979. Syntax
  980.  
  981. TableCellNumberDateFormat(DateFormatNumber As Integer)
  982.  
  983. Description
  984.  
  985. Specify a date format for one or more selected cells.
  986.  
  987. Parameters
  988.  
  989. DateFormatNumber: numeric    1 July 5, 1959
  990.  
  991. 2 7/5/59
  992.  
  993. 3 Jul 5, 1959
  994.  
  995. 4 5 July 1959
  996.  
  997. 5 Sunday, July 5, 1959
  998.  
  999. 6 12:00 pm
  1000.  
  1001. 7 05Jul59
  1002.  
  1003. 8 July 5, 1959 (12:00pm)
  1004.  
  1005. 9 1959-07-05
  1006.  
  1007. 10 7/5
  1008.  
  1009. 11 Jul 5
  1010.  
  1011. 12 12:00:00
  1012.  
  1013. TableCellNumberDecimalDigits
  1014.  
  1015. Syntax
  1016.  
  1017. TableCellNumberDecimalDigits(NumDigits As Integer)
  1018.  
  1019. Description
  1020.  
  1021. Specify how many digits appear after the decimal. Use when the FormatType parameter of TableCellNumberFormat() is Fixed2!.
  1022.  
  1023. Parameters
  1024.  
  1025. NumDigits: numeric    The number of digits appearing after the decimal.
  1026.  
  1027. TableCellNumberFormat
  1028.  
  1029. Syntax
  1030.  
  1031. TableCellNumberFormat(FormatType As _TableCellNumberFormat_FormatType_enum)
  1032.  
  1033. Description
  1034.  
  1035. Specify a number format for the current cell or selected cells.
  1036.  
  1037. Parameters
  1038.  
  1039. FormatType: enumeration    Accounting!
  1040.  
  1041. Commas!
  1042.  
  1043. Currency!
  1044.  
  1045. DateFormat!
  1046.  
  1047. Fixed2!
  1048.  
  1049. General!
  1050.  
  1051. Integer!
  1052.  
  1053. Percent!
  1054.  
  1055. Scientific!
  1056.  
  1057. TextOnly!
  1058.  
  1059. TableCellNumberNegativeNumber
  1060.  
  1061. Syntax
  1062.  
  1063.  TableCellNumberNegativeNumber(NegDisplayType As _TableCellNumberNegativeNumber_NegDisplayType_enum)
  1064.  
  1065. Description
  1066.  
  1067. Specify how to display negative numbers in the current cell or selected cells.
  1068.  
  1069. Parameters
  1070.  
  1071. NegDisplayType: enumeration    CRDR!
  1072.  
  1073. Minus!
  1074.  
  1075. Parentheses!
  1076.  
  1077. TableCellNumberRound
  1078.  
  1079. Syntax
  1080.  
  1081.  TableCellNumberRound(State As _TableCellNumberRound_State_enum)
  1082.  
  1083. Description
  1084.  
  1085. Convert round numbers entered as decimals to integers. Use when the FormatType parameter of TableCellNumberFormat() is an integer!.
  1086.  
  1087. Parameters
  1088.  
  1089. State: enumeration    No!
  1090.  
  1091. Yes!
  1092.  
  1093. TableCellNumberSelectCurrency
  1094.  
  1095. Syntax
  1096.  
  1097. TableCellNumberSelectCurrency(IntlCurrency As _TableCellNumberSelectCurrency_IntlCurrency_enum)
  1098.  
  1099. Description
  1100.  
  1101. Specify an international currency type for the current cell or selected cells.
  1102.  
  1103. Parameters
  1104.  
  1105. IntlCurrency: enumeration    DefaultCurrency!
  1106.  
  1107. Dollar!
  1108.  
  1109. Peso!
  1110.  
  1111. FrenchCanada!
  1112.  
  1113. Canada!
  1114.  
  1115. Brazil!
  1116.  
  1117. Denmark!
  1118.  
  1119. Peseta!
  1120.  
  1121. Croatia!
  1122.  
  1123. CzechRepublic!
  1124.  
  1125. SlovakRepublic!
  1126.  
  1127. Finland!
  1128.  
  1129. FinlandIntl!
  1130.  
  1131. France!
  1132.  
  1133. Germany!
  1134.  
  1135. Greece!
  1136.  
  1137. Hungary!
  1138.  
  1139. Iceland!
  1140.  
  1141. Italy!
  1142.  
  1143. Japan!
  1144.  
  1145. Netherlands!
  1146.  
  1147. Norway!
  1148.  
  1149. NorwayIntl!
  1150.  
  1151. Ruble!
  1152.  
  1153. RussianRuble!
  1154.  
  1155. SouthAfrica!
  1156.  
  1157. Sweden!
  1158.  
  1159. Turkey!
  1160.  
  1161. UnitedKingdom!
  1162.  
  1163. Switzerland!
  1164.  
  1165. Austria!
  1166.  
  1167. Belgium!
  1168.  
  1169. Ecuador!
  1170.  
  1171. ElSalvador!
  1172.  
  1173. Guatemala!
  1174.  
  1175. Honduras!
  1176.  
  1177. Paraguay!
  1178.  
  1179. Venezuela!
  1180.  
  1181. Poland!
  1182.  
  1183. Slovenia!
  1184.  
  1185. Israel!
  1186.  
  1187. Korea!
  1188.  
  1189. China!
  1190.  
  1191. Taiwan!
  1192.  
  1193. HongKong!
  1194.  
  1195. Singapore!
  1196.  
  1197. Portugal!
  1198.  
  1199. BelgiumFrench!
  1200.  
  1201. Euro!
  1202.  
  1203. TableCellNumberUseCommas
  1204.  
  1205. Syntax
  1206.  
  1207. TableCellNumberUseCommas(State As _TableCellNumberUseCommas_State_enum)
  1208.  
  1209. Description
  1210.  
  1211. Display commas in numbers with more than three digits to the left of the decimal.
  1212.  
  1213. Parameters
  1214.  
  1215. State: enumeration    No!
  1216.  
  1217. Yes!
  1218.  
  1219. TableCellNumberUseCurrency
  1220.  
  1221. Syntax
  1222.  
  1223. TableCellNumberUseCurrency(State As _TableCellNumberUseCurrency_State_enum)
  1224.  
  1225. Description
  1226.  
  1227. Display a currency symbol with numbers.
  1228.  
  1229. Parameters
  1230.  
  1231. State: enumeration    No!
  1232.  
  1233. Yes!
  1234.  
  1235. TableCellRotateContents
  1236.  
  1237. Syntax
  1238.  
  1239. TableCellRotateContents(Angle As _TableCellRotateContents_Angle_enum)
  1240.  
  1241. Description
  1242.  
  1243. Rotate the contents of the selected table cell(s).
  1244.  
  1245. Parameters
  1246.  
  1247. Angle: enumeration    Degrees180!
  1248.  
  1249. Degrees270!
  1250.  
  1251. Degrees90!
  1252.  
  1253. None!
  1254.  
  1255. TableCellUseColumnAttribute
  1256.  
  1257. Syntax
  1258.  
  1259. TableCellUseColumnAttribute(State As _TableCellUseColumnAttribute_State_enum)
  1260.  
  1261. Description
  1262.  
  1263. Apply a specified column attribute to the current cell or selected cells.
  1264.  
  1265. Parameters
  1266.  
  1267. State: enumeration    No!
  1268.  
  1269. Yes!
  1270.  
  1271. TableCellUseColumnJust
  1272.  
  1273. Syntax
  1274.  
  1275.  TableCellUseColumnJust(State As _TableCellUseColumnJust_State_enum)
  1276.  
  1277. Description
  1278.  
  1279. Turn column justification on or off in the current cell.
  1280.  
  1281. Parameters
  1282.  
  1283. State: enumeration    No!
  1284.  
  1285. Yes!
  1286.  
  1287. TableCellUseColumnNumberType
  1288.  
  1289. Syntax
  1290.  
  1291. TableCellUseColumnNumberType(State As _TableCellUseColumnNumberType_State_enum)
  1292.  
  1293. Description
  1294.  
  1295. Turn the current column number type on or off in the current cell or selected cells.
  1296.  
  1297. Parameters
  1298.  
  1299. State: enumeration    No!
  1300.  
  1301. Yes!
  1302.  
  1303. TableCellUseLineColor
  1304.  
  1305. Syntax
  1306.  
  1307. TableCellUseLineColor()
  1308.  
  1309. Description
  1310.  
  1311. Turn on table line color for the current cell or selected cells.
  1312.  
  1313. TableCellVerticalAlignment
  1314.  
  1315. Syntax
  1316.  
  1317. TableCellVerticalAlignment(Alignment As _TableCellVerticalAlignment_Alignment_enum)
  1318.  
  1319. Description
  1320.  
  1321. Align the current cell or selected cells vertically.
  1322.  
  1323. Parameters
  1324.  
  1325. Alignment: enumeration    Bottom!
  1326.  
  1327. Center!
  1328.  
  1329. Top!
  1330.  
  1331. TableCellsJoin
  1332.  
  1333. Syntax
  1334.  
  1335. TableCellsJoin()
  1336.  
  1337. Description
  1338.  
  1339. Join the selected table cells to form one cell. Recordable substitute: TableJoinCells.
  1340.  
  1341. TableColumnAttributeOff
  1342.  
  1343. Syntax
  1344.  
  1345. TableColumnAttributeOff([Attribute])
  1346.  
  1347. Description
  1348.  
  1349. Turn off the specified character attributes in a table column.
  1350.  
  1351. Parameters
  1352.  
  1353. Attribute: enumeration (optional)    Bold!
  1354.  
  1355. DoubleUnderline!
  1356.  
  1357. Every!
  1358.  
  1359. ExtraLarge!
  1360.  
  1361. Fine!
  1362.  
  1363. Italics!
  1364.  
  1365. Large!
  1366.  
  1367. Outline!
  1368.  
  1369. Redline!
  1370.  
  1371. Shadow!
  1372.  
  1373. Small!
  1374.  
  1375. SmallCaps!
  1376.  
  1377. Strikeout!
  1378.  
  1379. Subscript!
  1380.  
  1381. Superscript!
  1382.  
  1383. Underline!
  1384.  
  1385. VeryLarge!
  1386.  
  1387. TableColumnAttributeOn
  1388.  
  1389. Syntax
  1390.  
  1391. TableColumnAttributeOn([Attribute])
  1392.  
  1393. Description
  1394.  
  1395. Turn on the specified character attributes in a table column.
  1396.  
  1397. Parameters
  1398.  
  1399. Attribute: enumeration (optional)    Bold!
  1400.  
  1401. DoubleUnderline!
  1402.  
  1403. ExtraLarge!
  1404.  
  1405. Fine!
  1406.  
  1407. Italics!
  1408.  
  1409. Large!
  1410.  
  1411. Outline!
  1412.  
  1413. Redline!
  1414.  
  1415. Shadow!
  1416.  
  1417. Small!
  1418.  
  1419. SmallCaps!
  1420.  
  1421. Strikeout!
  1422.  
  1423. Subscript!
  1424.  
  1425. Superscript!
  1426.  
  1427. Underline!
  1428.  
  1429. VeryLarge!
  1430.  
  1431. TableColumnDecimalAlignDigits
  1432.  
  1433. Syntax
  1434.  
  1435. TableColumnDecimalAlignDigits(Digits As Integer)
  1436.  
  1437. Description
  1438.  
  1439. 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.
  1440.  
  1441. Parameters
  1442.  
  1443. Digits: numeric    The number of digits to display between the decimal point and right edge of the cell.
  1444.  
  1445. TableColumnDecimalAlignDist
  1446.  
  1447. Syntax
  1448.  
  1449. TableColumnDecimalAlignDist(Distance As Integer))
  1450.  
  1451. Description
  1452.  
  1453. Specify the distance between the decimal and the right edge of cells with decimal align justification in the current column.
  1454.  
  1455. Parameters
  1456.  
  1457. Distance: measurement    The distance between the decimal and the right edge of the cell.
  1458.  
  1459. TableColumnFixedWidth
  1460.  
  1461. Syntax
  1462.  
  1463.  TableColumnFixedWidth(State As _TableColumnFixedWidth_State_enum)
  1464.  
  1465. Description
  1466.  
  1467. Specify a fixed column width.
  1468.  
  1469. Parameters
  1470.  
  1471. State: enumeration    No!
  1472.  
  1473. Yes!
  1474.  
  1475. TableColumnJustification
  1476.  
  1477. Syntax
  1478.  
  1479. TableColumnJustification(Mode As _TableColumnJustification_Mode_enum)
  1480.  
  1481. Description
  1482.  
  1483. Specify column justification.
  1484.  
  1485. Parameters
  1486.  
  1487. Mode: enumeration    Center!
  1488.  
  1489. DecAlign!
  1490.  
  1491. Full!
  1492.  
  1493. FullAll!
  1494.  
  1495. Left!
  1496.  
  1497. Right!
  1498.  
  1499. TableColumnMarginLeft
  1500.  
  1501. Syntax
  1502.  
  1503. TableColumnMarginLeft(Margin As Integer)
  1504.  
  1505. Description
  1506.  
  1507. Specify the distance between the left edge of a column and the text in the column.
  1508.  
  1509. Parameters
  1510.  
  1511. Margin: measurement    The amount of space for the left margin.
  1512.  
  1513. TableColumnMarginRight
  1514.  
  1515. Syntax
  1516.  
  1517.  TableColumnMarginRight(Margin As Integer)
  1518.  
  1519. Description
  1520.  
  1521. Specify the distance between the right edge of a column and the text in the column.
  1522.  
  1523. Parameters
  1524.  
  1525. Margin: measurement    The amount of space for the right margin.
  1526.  
  1527. TableColumnNumberAlignCurrency
  1528.  
  1529. Syntax
  1530.  
  1531. TableColumnNumberAlignCurrency(State As _TableColumnNumberAlignCurrency_State_enum)
  1532.  
  1533. Description
  1534.  
  1535. Align the currency symbols in a column.
  1536.  
  1537. Parameters
  1538.  
  1539. State: enumeration    No!
  1540.  
  1541. Yes!
  1542.  
  1543. TableColumnNumberDateFormat
  1544.  
  1545. Syntax
  1546.  
  1547. TableColumnNumberDateFormat(DateFmtNum As Integer)
  1548.  
  1549. Description
  1550.  
  1551. Specify a date format for the current column.
  1552.  
  1553. Parameters
  1554.  
  1555. DateFmtNum: numeric    1 July 5, 1959
  1556.  
  1557. 2 7/5/59
  1558.  
  1559. 3 Jul 5, 1959
  1560.  
  1561. 4 5 July 1959
  1562.  
  1563. 5 Sunday, July 5, 1959
  1564.  
  1565. 6 12:00 pm
  1566.  
  1567. 7 5Jul59
  1568.  
  1569. 8 July 5, 1959 (12:00pm)
  1570.  
  1571. 9 1959-07-05
  1572.  
  1573. 10 7/5
  1574.  
  1575. 11 Jul 5
  1576.  
  1577. 12 15:02:02
  1578.  
  1579. TableColumnNumberDecimalDigits
  1580.  
  1581. Syntax
  1582.  
  1583. TableColumnNumberDecimalDigits(NumDigits As Integer)
  1584.  
  1585. Description
  1586.  
  1587. Specify the number of digits after the decimal when TableColumnNumberFormat is Fixed2!. Precede with TableColumnNumberFormat().
  1588.  
  1589. Parameters
  1590.  
  1591. NumDigits: numeric    The number of digits after the decimal.
  1592.  
  1593. TableColumnNumberFormat
  1594.  
  1595. Syntax
  1596.  
  1597.  TableColumnNumberFormat(FormatType As _TableColumnNumberFormat_FormatType_enum)
  1598.  
  1599. Description
  1600.  
  1601. Specify a number format for the current column.
  1602.  
  1603. Parameters
  1604.  
  1605. FormatType: enumeration    Accounting!
  1606.  
  1607. Commas!
  1608.  
  1609. Currency!
  1610.  
  1611. DateFormat!
  1612.  
  1613. Fixed2!
  1614.  
  1615. General!
  1616.  
  1617. Integer!
  1618.  
  1619. Percent!
  1620.  
  1621. Scientific!
  1622.  
  1623. TextOnly!
  1624.  
  1625. TableColumnNumberNegNumber
  1626.  
  1627. Syntax
  1628.  
  1629. TableColumnNumberNegNumber(NegDisplayType As _TableColumnNumberNegNumber_NegDisplayType_enum)
  1630.  
  1631. Description
  1632.  
  1633. Specify how to display negative numbers in the current column.
  1634.  
  1635. Parameters
  1636.  
  1637. NegDisplayType: enumeration    CRDR!
  1638.  
  1639. Minus!
  1640.  
  1641. Parentheses!
  1642.  
  1643. TableColumnNumberRound
  1644.  
  1645. Syntax
  1646.  
  1647.  TableColumnNumberRound(State As _TableColumnNumberRound_State_enum)
  1648.  
  1649. Description
  1650.  
  1651. Round numbers entered as decimals to integers in the current column when TableColumnNumberFormat() is set to an integer.
  1652.  
  1653. Parameters
  1654.  
  1655. State: enumeration    No!
  1656.  
  1657. Yes!
  1658.  
  1659. TableColumnNumberSelCurrency
  1660.  
  1661. Syntax
  1662.  
  1663. TableColumnNumberSelCurrency(IntlCurrency As _TableColumnNumberSelCurrency_IntlCurrency_enum)
  1664.  
  1665. Description
  1666.  
  1667. Specify a currency type for the current column.
  1668.  
  1669. Parameters
  1670.  
  1671. IntlCurrency: enumeration    DefaultCurrency!
  1672.  
  1673. Dollar!
  1674.  
  1675. Peso!
  1676.  
  1677. FrenchCanada!
  1678.  
  1679. Canada!
  1680.  
  1681. Brazil!
  1682.  
  1683. Denmark!
  1684.  
  1685. Peseta!
  1686.  
  1687. Croatia!
  1688.  
  1689. CzechRepublic!
  1690.  
  1691. SlovakRepublic!
  1692.  
  1693. Finland!
  1694.  
  1695. FinlandIntl!
  1696.  
  1697. France!
  1698.  
  1699. Germany!
  1700.  
  1701. Greece!
  1702.  
  1703. Hungary!
  1704.  
  1705. Iceland!
  1706.  
  1707. Italy!
  1708.  
  1709. Japan!
  1710.  
  1711. Netherlands!
  1712.  
  1713. Norway!
  1714.  
  1715. NorwayIntl!
  1716.  
  1717. Ruble!
  1718.  
  1719. RussianRuble!
  1720.  
  1721. SouthAfrica!
  1722.  
  1723. Sweden!
  1724.  
  1725. Turkey!
  1726.  
  1727. UnitedKingdom!
  1728.  
  1729. Switzerland!
  1730.  
  1731. Austria!
  1732.  
  1733. Belgium!
  1734.  
  1735. Ecuador!
  1736.  
  1737. ElSalvador!
  1738.  
  1739. Guatemala!
  1740.  
  1741. Honduras!
  1742.  
  1743. Paraguay!
  1744.  
  1745. Venezuela!
  1746.  
  1747. Poland!
  1748.  
  1749. Slovenia!
  1750.  
  1751. Israel!
  1752.  
  1753. Korea!
  1754.  
  1755. China!
  1756.  
  1757. Taiwan!
  1758.  
  1759. HongKong!
  1760.  
  1761. Singapore!
  1762.  
  1763. Portugal!
  1764.  
  1765. BelgiumFrench!
  1766.  
  1767. Euro!
  1768.  
  1769. TableColumnNumberUseCommas
  1770.  
  1771. Syntax
  1772.  
  1773. TableColumnNumberUseCommas(State As _TableColumnNumberUseCommas_State_enum)
  1774.  
  1775. Description
  1776.  
  1777. Display commas in numbers with three or more digits to the left of the decimal.
  1778.  
  1779. Parameters
  1780.  
  1781. State: enumeration    No!
  1782.  
  1783. Yes!
  1784.  
  1785. TableColumnNumberUseCurrency
  1786.  
  1787. Syntax
  1788.  
  1789.  TableColumnNumberUseCurrency(State As _TableColumnNumberUseCurrency_State_enum)
  1790.  
  1791. Description
  1792.  
  1793. Display a currency symbol with numbers.
  1794.  
  1795. Parameters
  1796.  
  1797. State: enumeration    No!
  1798.  
  1799. Yes!
  1800.  
  1801. TableColumnsFixedWidth
  1802.  
  1803. Syntax
  1804.  
  1805. TableColumnsFixedWidth(State As _TableColumnsFixedWidth_State_enum)
  1806.  
  1807. Description
  1808.  
  1809. Turn on the fixed-width option for all columns in the current table.
  1810.  
  1811. Parameters
  1812.  
  1813. State: enumeration    No!
  1814.  
  1815. Yes!
  1816.  
  1817. TableColumnSize2Fit
  1818.  
  1819. Syntax
  1820.  
  1821. TableColumnSize2Fit()
  1822.  
  1823. Description
  1824.  
  1825. Adjust the table-column width to the width of a selected cell or to fit data.
  1826.  
  1827. TableColumnWidth
  1828.  
  1829. Syntax
  1830.  
  1831. TableColumnWidth(ColumnWidth As Integer)
  1832.  
  1833. Description
  1834.  
  1835. Specify the width of the current column.
  1836.  
  1837. Parameters
  1838.  
  1839. ColumnWidth: measurement    The width of the column.
  1840.  
  1841. TableColumnWidthEqualize
  1842.  
  1843. Syntax
  1844.  
  1845. TableColumnWidthEqualize()
  1846.  
  1847. Description
  1848.  
  1849. 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.
  1850.  
  1851. TableColumnWidthGrow
  1852.  
  1853. Syntax
  1854.  
  1855. TableColumnWidthGrow()
  1856.  
  1857. Description
  1858.  
  1859. Increase the width of a table column.
  1860.  
  1861. TableColumnWidthShrink
  1862.  
  1863. Syntax
  1864.  
  1865. TableColumnWidthShrink()
  1866.  
  1867. Description
  1868.  
  1869. Decrease the width of a table column.
  1870.  
  1871. TableConvertDlg
  1872.  
  1873. Syntax
  1874.  
  1875. TableConvertDlg()
  1876.  
  1877. Description
  1878.  
  1879. Display the Convert Table dialog box. If no text is selected, the macro ends or goes to the ONERROR label.
  1880.  
  1881. TableConvertFrom
  1882.  
  1883. Syntax
  1884.  
  1885. TableConvertFrom(Type As _TableConvertFrom_Type_enum)
  1886.  
  1887. Description
  1888.  
  1889. Convert the selected text in tabular or parallel columns to a table.
  1890.  
  1891. Parameters
  1892.  
  1893. Type: enumeration    TabularColumns!
  1894.  
  1895. ParallelColumns!
  1896.  
  1897. MergeDataFile!
  1898.  
  1899. TableCopy
  1900.  
  1901. Syntax
  1902.  
  1903. TableCopy(Copy As _TableCopy_Copy_enum)
  1904.  
  1905. Description
  1906.  
  1907. Copy the contents of the selected cells to the current column or the current row using (Block!). TableMoveModeEnd() inserts selected cells into the table.
  1908.  
  1909. Parameters
  1910.  
  1911. Copy: enumeration    Block!
  1912.  
  1913. Column!
  1914.  
  1915. Row!
  1916.  
  1917. TableCopyFormula
  1918.  
  1919. Syntax
  1920.  
  1921.  TableCopyFormula(CellIDCntToCell As _TableCopyFormula_CellIDCntToCell_enum, [Where])
  1922.  
  1923. Description
  1924.  
  1925. Copy a formula from the current cell to another cell.
  1926.  
  1927. Parameters
  1928.  
  1929. CellIDCntToCell: enumeration    Cell!
  1930.  
  1931. Down!
  1932.  
  1933. Right!
  1934.  
  1935. Where: any (optional)    The cell address if CellIDCntToCell is Cell! or Right!
  1936.  
  1937. TableCreate
  1938.  
  1939. Syntax
  1940.  
  1941.  TableCreate(Columns As Integer, Rows As Integer)
  1942.  
  1943. Description
  1944.  
  1945. Create a table.
  1946.  
  1947. Parameters
  1948.  
  1949. Columns: numeric    The number of columns in the new table.
  1950.  
  1951. Rows: numeric    The number of rows in the new table.
  1952.  
  1953. TableCreateDlg
  1954.  
  1955. Syntax
  1956.  
  1957. TableCreateDlg()
  1958.  
  1959. Description
  1960.  
  1961. Display the Create Table dialog box.
  1962.  
  1963. TableCreateNewDlg
  1964.  
  1965. Syntax
  1966.  
  1967. TableCreateNewDlg()
  1968.  
  1969. Description
  1970.  
  1971. Display the Create Table dialog box.
  1972.  
  1973. TableDataFill
  1974.  
  1975. Syntax
  1976.  
  1977. TableDataFill()
  1978.  
  1979. Description
  1980.  
  1981. 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.
  1982.  
  1983. TableDecimalAlignmentDigits
  1984.  
  1985. Syntax
  1986.  
  1987. TableDecimalAlignmentDigits([Number As Integer])
  1988.  
  1989. Description
  1990.  
  1991. Specify the number of digits between the decimal point and the right edge of cells.
  1992.  
  1993. Parameters
  1994.  
  1995. Number: numeric (optional)    The number of digits between the decimal and the right edge of the cell.
  1996.  
  1997. TableDecimalAlignmentDistance
  1998.  
  1999. Syntax
  2000.  
  2001. TableDecimalAlignmentDistance([Position As Integer])
  2002.  
  2003. Description
  2004.  
  2005. Specify the distance between the decimal and the right edge of cells.
  2006.  
  2007. Parameters
  2008.  
  2009. Position: measurement (optional)    The space between the decimal and the right edge of the cell.
  2010.  
  2011. TableDefaultLine
  2012.  
  2013. Syntax
  2014.  
  2015. TableDefaultLine(Style)
  2016.  
  2017. Description
  2018.  
  2019. Specify the default line style of a table. You must pass the numeric value of the style.
  2020.  
  2021. Parameters
  2022.  
  2023. Style: any    Enclose user-defined graphics line styles in quotation marks.
  2024.  
  2025. ButtonBottomRightLine! [9]
  2026.  
  2027. ButtonTopLeftLine! [8]
  2028.  
  2029. DashedLine! [2]
  2030.  
  2031. DottedLine! [3]
  2032.  
  2033. DoubleLine! [1]
  2034.  
  2035. ExtraThickLine! [5]
  2036.  
  2037. HeavyDoubleLine! [11]
  2038.  
  2039. HeavySingleLine! [10]
  2040.  
  2041. NoLine! [127]
  2042.  
  2043. SingleLine! [0]
  2044.  
  2045. TableDefaultLine! [126]
  2046.  
  2047. ThickLine! [4]
  2048.  
  2049. ThickThinLine! [7]
  2050.  
  2051. ThinThickLine!-[6]
  2052.  
  2053. TableDefaultLineColor
  2054.  
  2055. Syntax
  2056.  
  2057. TableDefaultLineColor([ColorName As String], [Red As Integer], [Green As Integer], [Blue As Integer], [Shade As Integer])
  2058.  
  2059. Description
  2060.  
  2061. Specify the default line color for a table.
  2062.  
  2063. Parameters
  2064.  
  2065. 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.
  2066.  
  2067. Red: numeric (optional)    Value: 0-255.
  2068.  
  2069. Green: numeric (optional)    Value: 0-255.
  2070.  
  2071. Blue: numeric (optional)    Value: 0-255.
  2072.  
  2073. Shade: numeric (optional)    Percent: 0-100.
  2074.  
  2075. TableDeleteBlock
  2076.  
  2077. Syntax
  2078.  
  2079. TableDeleteBlock()
  2080.  
  2081. Description
  2082.  
  2083. Delete the contents of selected cells.
  2084.  
  2085. TableDeleteCellFormula
  2086.  
  2087. Syntax
  2088.  
  2089. TableDeleteCellFormula()
  2090.  
  2091. Description
  2092.  
  2093. Delete the formulas in the current cell.
  2094.  
  2095. TableDeleteColumn
  2096.  
  2097. Syntax
  2098.  
  2099.  TableDeleteColumn(Number As Integer)
  2100.  
  2101. Description
  2102.  
  2103. Delete table columns.
  2104.  
  2105. Parameters
  2106.  
  2107. Number: numeric    The number of columns to delete, beginning with the current column and moving left. Default: current column or selected columns.
  2108.  
  2109. TableDeleteDlg
  2110.  
  2111. Syntax
  2112.  
  2113. TableDeleteDlg()
  2114.  
  2115. Description
  2116.  
  2117. Display the Delete dialog box.
  2118.  
  2119. TableDeleteRow
  2120.  
  2121. Syntax
  2122.  
  2123. TableDeleteRow([Number As Integer])
  2124.  
  2125. Description
  2126.  
  2127. Delete table rows.
  2128.  
  2129. Parameters
  2130.  
  2131. Number: numeric (optional)    The number of rows to delete, beginning with the current row and moving down.
  2132.  
  2133. TableDeleteTable
  2134.  
  2135. Syntax
  2136.  
  2137. TableDeleteTable(DelWhat As _TableDeleteTable_DelWhat_enum)
  2138.  
  2139. Description
  2140.  
  2141. Delete a table and/or its contents, or convert the table data to tabbed text or merge fields.
  2142.  
  2143. Parameters
  2144.  
  2145. DelWhat: enumeration    ConvertOnly! Deletes table contents only.
  2146.  
  2147. ConvertToMerge! Converts cells of each row to ENDFIELD codes.
  2148.  
  2149. ConvertToMergeNames! Converts first row cells to FIELDNAMES, and cells in remaining rows to ENDFIELD codes.
  2150.  
  2151. ConvertToTabs! Deletes table structure and converts contents to tabbed text.
  2152.  
  2153. EntireTable!
  2154.  
  2155. TableDeleteTableDlg
  2156.  
  2157. Syntax
  2158.  
  2159. TableDeleteTableDlg()
  2160.  
  2161. Description
  2162.  
  2163. Display the Delete Table dialog box.
  2164.  
  2165. TableDisableCellLocks
  2166.  
  2167. Syntax
  2168.  
  2169. TableDisableCellLocks(State As _TableDisableCellLocks_State_enum)
  2170.  
  2171. Description
  2172.  
  2173. Turn off cell locks.
  2174.  
  2175. Parameters
  2176.  
  2177. State: enumeration    No!
  2178.  
  2179. Yes!
  2180.  
  2181. TableDragToCreate
  2182.  
  2183. Syntax
  2184.  
  2185. TableDragToCreate([State As _TableDragToCreate_State_enum])
  2186.  
  2187. Description
  2188.  
  2189. Turn the Drag to Create Tables option on or off.
  2190.  
  2191. Parameters
  2192.  
  2193. State: enumeration (optional)    Off!
  2194.  
  2195. On!
  2196.  
  2197. TableEdit
  2198.  
  2199. Syntax
  2200.  
  2201. TableEdit()
  2202.  
  2203. Description
  2204.  
  2205. 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.
  2206.  
  2207. TableExpertDlg
  2208.  
  2209. Syntax
  2210.  
  2211. TableExpertDlg()
  2212.  
  2213. Description
  2214.  
  2215. Display the Table SpeedFormat dialog box.
  2216.  
  2217. TableFill
  2218.  
  2219. Syntax
  2220.  
  2221. (Pattern: any)
  2222.  
  2223. Description
  2224.  
  2225. Specify a table fill pattern. Precede with TableBorderEditBegin() and follow TableBorderEditEnd(). You must pass the numeric value for FillPattern.
  2226.  
  2227. Parameters
  2228.  
  2229. FillPattern: any    Fill10! [0]
  2230.  
  2231. Fill100! [9]
  2232.  
  2233. Fill20! [1]
  2234.  
  2235. Fill30! [2]
  2236.  
  2237. Fill40! [3]
  2238.  
  2239. Fill5! [11]
  2240.  
  2241. Fill50! [4]
  2242.  
  2243. Fill60! [5]
  2244.  
  2245. Fill70! [6]
  2246.  
  2247. Fill80! [7]
  2248.  
  2249. Fill90! [8]
  2250.  
  2251. FillButton! [10]
  2252.  
  2253. NoFill! [127]
  2254.  
  2255. TableFormatDlg
  2256.  
  2257. Syntax
  2258.  
  2259. TableFormatDlg()
  2260.  
  2261. Description
  2262.  
  2263. Display the Properties for Table Format tab.
  2264.  
  2265. TableFormatJustification
  2266.  
  2267. Syntax
  2268.  
  2269. TableFormatJustification(Justification As _TableFormatJustification_Justification_enum)
  2270.  
  2271. Description
  2272.  
  2273. Specify table justification.
  2274.  
  2275. Parameters
  2276.  
  2277. Justification: enumeration    Center!
  2278.  
  2279. DecAlign!
  2280.  
  2281. Full!
  2282.  
  2283. FullAll!
  2284.  
  2285. Left!
  2286.  
  2287. Right!
  2288.  
  2289. TableFormatWidths
  2290.  
  2291. Syntax
  2292.  
  2293.  TableFormatWidths(Width As Integer)
  2294.  
  2295. Description
  2296.  
  2297. Set table column width.
  2298.  
  2299. Parameters
  2300.  
  2301. Width: measurement    The width for columns in the table.
  2302.  
  2303. TableFormula
  2304.  
  2305. Syntax
  2306.  
  2307. TableFormula(Formula As String)
  2308.  
  2309. Description
  2310.  
  2311. Specify a formula for the current cell.
  2312.  
  2313. Parameters
  2314.  
  2315. Formula: string    The formula for the current cell.
  2316.  
  2317. TableFormulaCBar
  2318.  
  2319. Syntax
  2320.  
  2321. TableFormulaCBar()
  2322.  
  2323. Description
  2324.  
  2325. Display the Table Formula feature bar, which helps you view and edit formulas in a table.
  2326.  
  2327. TabLeft
  2328.  
  2329. Syntax
  2330.  
  2331.  TabLeft([Type As _TabLeft_Type_enum])
  2332.  
  2333. Description
  2334.  
  2335. Insert a Hard Left Tab with or without a dot leader.
  2336.  
  2337. Parameters
  2338.  
  2339. Type: enumeration (optional)    DotLeader!
  2340.  
  2341. Normal!
  2342.  
  2343. TabLeftDot
  2344.  
  2345. Syntax
  2346.  
  2347. TabLeftDot()
  2348.  
  2349. Description
  2350.  
  2351. Insert a Hard Left Tab code with a dot leader.
  2352.  
  2353. TableGridLinesToggle
  2354.  
  2355. Syntax
  2356.  
  2357. TableGridLinesToggle()
  2358.  
  2359. Description
  2360.  
  2361. Display or hide table grid lines.
  2362.  
  2363. TableGuides
  2364.  
  2365. Syntax
  2366.  
  2367. TableGuides(State As _TableGuides_State_enum)
  2368.  
  2369. Description
  2370.  
  2371. Turn Table Guides on or off.
  2372.  
  2373. Parameters
  2374.  
  2375. State: enumeration    Off!
  2376.  
  2377. On!
  2378.  
  2379. TableHardColumnBreak
  2380.  
  2381. Syntax
  2382.  
  2383. TableHardColumnBreak()
  2384.  
  2385. Description
  2386.  
  2387. 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.
  2388.  
  2389. TableHardColumnBreak
  2390.  
  2391. Syntax
  2392.  
  2393. TableHardColumnBreak()
  2394.  
  2395. Description
  2396.  
  2397. Insert a page break and continue the table on the next page.
  2398.  
  2399. TableHeader
  2400.  
  2401. Syntax
  2402.  
  2403. TableHeader(State As _TableHeader_State_enum)
  2404.  
  2405. Description
  2406.  
  2407. Specify the current row as a header row.
  2408.  
  2409. Parameters
  2410.  
  2411. State: enumeration    No!
  2412.  
  2413. Yes!
  2414.  
  2415. TableInsertAutoRow
  2416.  
  2417. Syntax
  2418.  
  2419. TableInsertAutoRow(State As _TableInsertAutoRow_State_enum)
  2420.  
  2421. Description
  2422.  
  2423. Turn Auto Row Insert on or off.
  2424.  
  2425. Parameters
  2426.  
  2427. State: enumeration    No!
  2428.  
  2429. Yes!
  2430.  
  2431. TableInsertColumn
  2432.  
  2433. Syntax
  2434.  
  2435.  TableInsertColumn(Number As Integer, InsertPos As _TableInsertColumn_InsertPos_enum, [PreserveWidths As _TableInsertColumn_PreserveWidths_enum])
  2436.  
  2437. Description
  2438.  
  2439. Insert table columns before or after the insertion point.
  2440.  
  2441. Parameters
  2442.  
  2443. Number: numeric    The number of columns to insert.
  2444.  
  2445. InsertPos: enumeration    After!
  2446.  
  2447. Before!
  2448.  
  2449. PreserveWidths: enumeration (optional)    No!
  2450.  
  2451. Yes!
  2452.  
  2453. TableInsertDlg
  2454.  
  2455. Syntax
  2456.  
  2457. TableInsertDlg()
  2458.  
  2459. Description
  2460.  
  2461. Display the Insert Columns/Rows dialog box.
  2462.  
  2463. TableInsertOneRow
  2464.  
  2465. Syntax
  2466.  
  2467. TableInsertOneRow()
  2468.  
  2469. Description
  2470.  
  2471. Insert a new row above the current row.
  2472.  
  2473. TableInsertRow
  2474.  
  2475. Syntax
  2476.  
  2477. TableInsertRow(NumberOfRows As Integer, InsertPosition As _TableInsertRow_InsertPosition_enum)
  2478.  
  2479. Description
  2480.  
  2481. Insert rows before or after the insertion point.
  2482.  
  2483. Parameters
  2484.  
  2485. NumberOfRows: numeric    The number of rows to insert.
  2486.  
  2487. InsertPosition: enumeration    After!
  2488.  
  2489. Before!
  2490.  
  2491. TableJoin
  2492.  
  2493. Syntax
  2494.  
  2495. TableJoin()
  2496.  
  2497. Description
  2498.  
  2499. Join the current and following tables. The tables must have the same number of columns.
  2500.  
  2501. TableJoinCells
  2502.  
  2503. Syntax
  2504.  
  2505. TableJoinCells()
  2506.  
  2507. Description
  2508.  
  2509. Join the selected table cells.
  2510.  
  2511. TableJoinCellTool
  2512.  
  2513. Syntax
  2514.  
  2515. TableJoinCellTool()
  2516.  
  2517. Description
  2518.  
  2519. Turn on or off the join cells tools.
  2520.  
  2521. TableLineFillDlg
  2522.  
  2523. Syntax
  2524.  
  2525. TableLineFillDlg()
  2526.  
  2527. Description
  2528.  
  2529. Display the Table Lines/Fill dialog box. The insertion point must be in a table.
  2530.  
  2531. TableMarginLeft
  2532.  
  2533. Syntax
  2534.  
  2535. TableMarginLeft(Margin As Integer)
  2536.  
  2537. Description
  2538.  
  2539. Specify the distance from the left edge of all cells in a table to the cell text.
  2540.  
  2541. Parameters
  2542.  
  2543. Margin: measurement    The left margin in a cell.
  2544.  
  2545. TableMarginRight
  2546.  
  2547. Syntax
  2548.  
  2549. TableMarginRight(Margin As Integer)
  2550.  
  2551. Description
  2552.  
  2553. Specify the distance from the right edge of all cells in a table to the cell text.
  2554.  
  2555. Parameters
  2556.  
  2557. Margin: measurement    The right margin in a cell.
  2558.  
  2559. TableMove
  2560.  
  2561. Syntax
  2562.  
  2563. TableMove(Move As _TableMove_Move_enum)
  2564.  
  2565. Description
  2566.  
  2567. 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.
  2568.  
  2569. Parameters
  2570.  
  2571. Move: enumeration    Block!
  2572.  
  2573. Cell!
  2574.  
  2575. Column!
  2576.  
  2577. Row!
  2578.  
  2579. TableMoveCopyDlg
  2580.  
  2581. Syntax
  2582.  
  2583. TableMoveCopyDlg()
  2584.  
  2585. Description
  2586.  
  2587. Display the Copy Formula dialog box.
  2588.  
  2589. TableMoveModeCancel
  2590.  
  2591. Syntax
  2592.  
  2593.  TableMoveModeCancel()
  2594.  
  2595. Description
  2596.  
  2597. Cancel TableMove() or TableCopy().
  2598.  
  2599. TableMoveModeEnd
  2600.  
  2601. Syntax
  2602.  
  2603. TableMoveModeEnd()
  2604.  
  2605. Description
  2606.  
  2607. Paste the contents moved or copied with TableMove() or TableCopy() into a table at the insertion point.
  2608.  
  2609. TableNameAdd
  2610.  
  2611. Syntax
  2612.  
  2613. TableNameAdd(RefType As _TableNameAdd_RefType_enum, [Name As String])
  2614.  
  2615. Description
  2616.  
  2617. Name a cell, block of cells, row, column, or table.
  2618.  
  2619. Parameters
  2620.  
  2621. RefType: enumeration    Block!
  2622.  
  2623. Cell!
  2624.  
  2625. CellsDown!
  2626.  
  2627. CellsRight!
  2628.  
  2629. Column!
  2630.  
  2631. FloatingCell!
  2632.  
  2633. Row!
  2634.  
  2635. Table!
  2636.  
  2637. Name: string (optional)    The name for the table cells.
  2638.  
  2639. TableNameChange
  2640.  
  2641. Syntax
  2642.  
  2643. TableNameChange(OldName As String, [NewName As String], [NewRef As String])
  2644.  
  2645. Description
  2646.  
  2647. Rename an existing table.
  2648.  
  2649. Parameters
  2650.  
  2651. OldName: string    The original name.
  2652.  
  2653. NewName: string (optional)    The new name.
  2654.  
  2655. NewRef: string (optional)    The new reference cells.
  2656.  
  2657. TableNameCreateDlg
  2658.  
  2659. Syntax
  2660.  
  2661. TableNameCreateDlg()
  2662.  
  2663. Description
  2664.  
  2665. Display the Create Name dialog box.
  2666.  
  2667. TableNameDelete
  2668.  
  2669. Syntax
  2670.  
  2671. TableNameDelete(TableName As String)
  2672.  
  2673. Description
  2674.  
  2675. Delete a table name.
  2676.  
  2677. Parameters
  2678.  
  2679. TableName: string    The table name to delete.
  2680.  
  2681. TableNameListDlg
  2682.  
  2683. Syntax
  2684.  
  2685. TableNameListDlg()
  2686.  
  2687. Description
  2688.  
  2689. Display the Table Names in Current Document dialog box.
  2690.  
  2691. TableNumberAlignCurrency
  2692.  
  2693. Syntax
  2694.  
  2695.  TableNumberAlignCurrency(State As _TableNumberAlignCurrency_State_enum)
  2696.  
  2697. Description
  2698.  
  2699. Align the currency symbols in a table.
  2700.  
  2701. Parameters
  2702.  
  2703. State: enumeration    No!
  2704.  
  2705. Yes!
  2706.  
  2707. TableNumberDateFormat
  2708.  
  2709. Syntax
  2710.  
  2711. TableNumberDateFormat(DateFmtNum As Integer)
  2712.  
  2713. Description
  2714.  
  2715. Specify a date format for the current table.
  2716.  
  2717. Parameters
  2718.  
  2719. DateFmtNum: numeric    1 July 5, 1959
  2720.  
  2721. 2 7/5/59
  2722.  
  2723. 3 Jul 5, 1959
  2724.  
  2725. 4 5 July 1959
  2726.  
  2727. 5 Sunday, July 5, 1959
  2728.  
  2729. 6 12:00 pm
  2730.  
  2731. 7 05Jul59
  2732.  
  2733. 8 July 5, 1959 (12:00pm)
  2734.  
  2735. TableNumberDecimalDigits
  2736.  
  2737. Syntax
  2738.  
  2739. TableNumberDecimalDigits()
  2740.  
  2741. Description
  2742.  
  2743. Specify the number of digits after the decimal.
  2744.  
  2745. Parameters
  2746.  
  2747. NumDigits: numeric    The number of digits to display after the decimal.
  2748.  
  2749. TableNumberFormat
  2750.  
  2751. Syntax
  2752.  
  2753. TableNumberFormat(FormatType As _TableNumberFormat_FormatType_enum)
  2754.  
  2755. Description
  2756.  
  2757. Specify a numbering type for the current table.
  2758.  
  2759. Parameters
  2760.  
  2761. FormatType: enumeration    Accounting!
  2762.  
  2763. Commas!
  2764.  
  2765. Currency!
  2766.  
  2767. DateFormat!
  2768.  
  2769. Fixed2!
  2770.  
  2771. General!
  2772.  
  2773. Integer!
  2774.  
  2775. Percent!
  2776.  
  2777. Scientific!
  2778.  
  2779. TextOnly!
  2780.  
  2781. TableNumberNegativeNumber
  2782.  
  2783. Syntax
  2784.  
  2785. TableNumberNegativeNumber(NegDisplay As _TableNumberNegativeNumber_NegDisplay_enum)
  2786.  
  2787. Description
  2788.  
  2789. Specify the display of negative numbers in the current table.
  2790.  
  2791. Parameters
  2792.  
  2793. NegDisplay: enumeration    CRDR!
  2794.  
  2795. Minus!
  2796.  
  2797. Parentheses!
  2798.  
  2799. TableNumberRound
  2800.  
  2801. Syntax
  2802.  
  2803. TableNumberRound(State As _TableNumberRound_State_enum)
  2804.  
  2805. Description
  2806.  
  2807. Round decimal numbers to integers when the FormatType parameter of TableNumberFormat is Integer!.
  2808.  
  2809. Parameters
  2810.  
  2811. State: enumeration    No!
  2812.  
  2813. Yes!
  2814.  
  2815. TableNumberSelectCurrency
  2816.  
  2817. Syntax
  2818.  
  2819. TableNumberSelectCurrency(IntlCurrency As _TableNumberSelectCurrency_IntlCurrency_enum)
  2820.  
  2821. Description
  2822.  
  2823. Specify a currency type for the current table.
  2824.  
  2825. Parameters
  2826.  
  2827. IntlCurrency: enumeration    DefaultCurrency!
  2828.  
  2829. Dollar!
  2830.  
  2831. Peso!
  2832.  
  2833. FrenchCanada!
  2834.  
  2835. Canada!
  2836.  
  2837. Brazil!
  2838.  
  2839. Denmark!
  2840.  
  2841. Peseta!
  2842.  
  2843. Croatia!
  2844.  
  2845. CzechRepublic!
  2846.  
  2847. SlovakRepublic!
  2848.  
  2849. Finland!
  2850.  
  2851. FinlandIntl!
  2852.  
  2853. France!
  2854.  
  2855. Germany!
  2856.  
  2857. Greece!
  2858.  
  2859. Hungary!
  2860.  
  2861. Iceland!
  2862.  
  2863. Italy!
  2864.  
  2865. Japan!
  2866.  
  2867. Netherlands!
  2868.  
  2869. Norway!
  2870.  
  2871. NorwayIntl!
  2872.  
  2873. Ruble!
  2874.  
  2875. RussianRuble!
  2876.  
  2877. SouthAfrica!
  2878.  
  2879. Sweden!
  2880.  
  2881. Turkey!
  2882.  
  2883. UnitedKingdom!
  2884.  
  2885. Switzerland!
  2886.  
  2887. Austria!
  2888.  
  2889. Belgium!
  2890.  
  2891. Ecuador!
  2892.  
  2893. ElSalvador!
  2894.  
  2895. Guatemala!
  2896.  
  2897. Honduras!
  2898.  
  2899. Paraguay!
  2900.  
  2901. Venezuela!
  2902.  
  2903. Poland!
  2904.  
  2905. Slovenia!
  2906.  
  2907. Israel!
  2908.  
  2909. Korea!
  2910.  
  2911. China!
  2912.  
  2913. Taiwan!
  2914.  
  2915. HongKong!
  2916.  
  2917. Singapore!
  2918.  
  2919. Portugal!
  2920.  
  2921. BelgiumFrench!
  2922.  
  2923. Euro!
  2924.  
  2925. TableNumberTypeDlg
  2926.  
  2927. Syntax
  2928.  
  2929. TableNumberTypeDlg()
  2930.  
  2931. Description
  2932.  
  2933. Display the Properties for Table Numeric Format tab.
  2934.  
  2935. TableNumberUseCommas
  2936.  
  2937. Syntax
  2938.  
  2939. TableNumberUseCommas(State As _TableNumberUseCommas_State_enum)
  2940.  
  2941. Description
  2942.  
  2943. Display commas in numbers with more than three digits to the left of the decimal.
  2944.  
  2945. Parameters
  2946.  
  2947. State: enumeration    No!
  2948.  
  2949. Yes!
  2950.  
  2951. TableNumberUseCurrency
  2952.  
  2953. Syntax
  2954.  
  2955. TableNumberUseCurrency(State As _TableNumberUseCurrency_State_enum)
  2956.  
  2957. Description
  2958.  
  2959. Display a currency symbol with numbers.
  2960.  
  2961. Parameters
  2962.  
  2963. State: enumeration    No!
  2964.  
  2965. Yes!
  2966.  
  2967. TablePointMode
  2968.  
  2969. Syntax
  2970.  
  2971. TablePointMode(State As _TablePointMode_State_enum)
  2972.  
  2973. Description
  2974.  
  2975. Toggle Formula Edit in a table.
  2976.  
  2977. Parameters
  2978.  
  2979. State: enumeration    Off!
  2980.  
  2981. On!
  2982.  
  2983. TablePosition
  2984.  
  2985. Syntax
  2986.  
  2987. TablePosition(PositionVal As _TablePosition_PositionVal_enum, [SetAbsPos As Integer])
  2988.  
  2989. Description
  2990.  
  2991. Specify table position.
  2992.  
  2993. Parameters
  2994.  
  2995. PositionVal: enumeration    AlignAbsolute!
  2996.  
  2997. AlignCenter!
  2998.  
  2999. AlignFull!
  3000.  
  3001. AlignLeft!
  3002.  
  3003. AlignRight!
  3004.  
  3005. SetAbsPos: measurement (optional)    The absolute position from the left edge of the paper when PositionVal is AlignAbsolute!.
  3006.  
  3007. TablePosNextTable
  3008.  
  3009. Syntax
  3010.  
  3011. TablePosNextTable()
  3012.  
  3013. Description
  3014.  
  3015. Move the insertion point to the beginning of the next table.
  3016.  
  3017. TablePosPreviousTable
  3018.  
  3019. Syntax
  3020.  
  3021. TablePosPreviousTable()
  3022.  
  3023. Description
  3024.  
  3025. Move the insertion point to the beginning of the previous table.
  3026.  
  3027. TableQuickSum
  3028.  
  3029. Syntax
  3030.  
  3031. TableQuickSum()
  3032.  
  3033. Description
  3034.  
  3035. 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.
  3036.  
  3037. TableReformatAll
  3038.  
  3039. Syntax
  3040.  
  3041. TableReformatAll()
  3042.  
  3043. Description
  3044.  
  3045. Reformat all tables in the current document. Used particularly to reformat floating cell numbers and currency symbols if the language is changed.
  3046.  
  3047. TableRetrieve
  3048.  
  3049. Syntax
  3050.  
  3051. TableRetrieve(Reference As _TableRetrieve_Reference_enum)
  3052.  
  3053. Description
  3054.  
  3055. Retrieve the last item moved or copied in a table.
  3056.  
  3057. Parameters
  3058.  
  3059. Reference: enumeration    Block!
  3060.  
  3061. Cell!
  3062.  
  3063. Column!
  3064.  
  3065. Row!
  3066.  
  3067. TableRotateCell
  3068.  
  3069. Syntax
  3070.  
  3071. TableRotateCell()
  3072.  
  3073. Description
  3074.  
  3075. Rotate the contents of the current cell by 90 degrees.
  3076.  
  3077. TableRowCanSpanPages
  3078.  
  3079. Syntax
  3080.  
  3081. TableRowCanSpanPages(State As _TableRowCanSpanPages_State_enum)
  3082.  
  3083. Description
  3084.  
  3085. Allow a table row to span two or more pages.
  3086.  
  3087. Parameters
  3088.  
  3089. State: enumeration    No!
  3090.  
  3091. Yes!
  3092.  
  3093. TableRowColIndicators
  3094.  
  3095. Syntax
  3096.  
  3097. TableRowColIndicators()
  3098.  
  3099. Description
  3100.  
  3101. Turn row and column indicators on or off.
  3102.  
  3103. TableRowHeight
  3104.  
  3105. Syntax
  3106.  
  3107. TableRowHeight(RowHeight As _TableRowHeight_RowHeight_enum, [Amount As Integer])
  3108.  
  3109. Description
  3110.  
  3111. Specify whether row height is automatic or fixed, and if fixed, specify the height.
  3112.  
  3113. Parameters
  3114.  
  3115. RowHeight: enumeration    Auto!
  3116.  
  3117. Fixed!
  3118.  
  3119. Amount: measurement (optional)    The row height when the Type parameter is Fixed!.
  3120.  
  3121. TableRowMarginBottom
  3122.  
  3123. Syntax
  3124.  
  3125. TableRowMarginBottom(Margin As Integer)
  3126.  
  3127. Description
  3128.  
  3129. Specify the distance between the last line of text and the bottom of the cell.
  3130.  
  3131. Parameters
  3132.  
  3133. Margin: measurement    The bottom margin in a cell.
  3134.  
  3135. TableRowMarginTop
  3136.  
  3137. Syntax
  3138.  
  3139.  TableRowMarginTop(Margin As Integer)
  3140.  
  3141. Description
  3142.  
  3143. Specify the distance between the top of a cell and the first line of text in the cell.
  3144.  
  3145. Parameters
  3146.  
  3147. Margin: measurement    The top margin in a cell.
  3148.  
  3149. TableRowNumberOfLines
  3150.  
  3151. Syntax
  3152.  
  3153. TableRowNumberOfLines(RowLines As _TableRowNumberOfLines_RowLines_enum)
  3154.  
  3155. Description
  3156.  
  3157. Specify single or multiple lines in the cells of a row.
  3158.  
  3159. Parameters
  3160.  
  3161. RowLines: enumeration    Multiple!
  3162.  
  3163. Single!
  3164.  
  3165. TableSecondFill
  3166.  
  3167. Syntax
  3168.  
  3169. TableSecondFill(FillStyle)
  3170.  
  3171. Description
  3172.  
  3173. Specify an alternating fill style for a table. You must pass the numeric value of the FillPattern.
  3174.  
  3175. Parameters
  3176.  
  3177. FillPattern: any    Fill10! [0]
  3178.  
  3179. Fill100! [9]
  3180.  
  3181. Fill20! [1]
  3182.  
  3183. Fill30! [2]
  3184.  
  3185. Fill40! [3]
  3186.  
  3187. Fill5! [11]
  3188.  
  3189. Fill50! [4]
  3190.  
  3191. Fill60! [5]
  3192.  
  3193. Fill70! [6]
  3194.  
  3195. Fill80! [7]
  3196.  
  3197. Fill90! [8]
  3198.  
  3199. FillButton! [10]
  3200.  
  3201. NoFill! [127]
  3202.  
  3203. TableSecondFillColors
  3204.  
  3205. Syntax
  3206.  
  3207. 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])
  3208.  
  3209. Description
  3210.  
  3211. Specify the color of a table alternating fill. Use TableBorderEditBegin() before this method and follow with TableBorderEditEnd().
  3212.  
  3213. Parameters
  3214.  
  3215. ForeColorName: string (optional)    The name of the foreground color.
  3216.  
  3217. ForeRed: numeric (optional)    Value: 0-225.
  3218.  
  3219. ForeGreen: numeric (optional)    Value: 0-225.
  3220.  
  3221. ForeBlue: numeric (optional)    Value: 0-225.
  3222.  
  3223. ForeShade: numeric (optional)    Percent: 0-100.
  3224.  
  3225. BackColorName: string (optional)    The name of the background color.
  3226.  
  3227. BackRed: numeric (optional)    Value: 0-225.
  3228.  
  3229. BackGreen: numeric (optional)    Value: 0-225.
  3230.  
  3231. BackBlue: numeric (optional)    Value: 0-225.
  3232.  
  3233. BackShade: numeric (optional)    Percent: 0-100.
  3234.  
  3235. TableSelectOff
  3236.  
  3237. Syntax
  3238.  
  3239. TableSelectOff()
  3240.  
  3241. Description
  3242.  
  3243. Turn off Select.
  3244.  
  3245. TableSelectOn
  3246.  
  3247. Syntax
  3248.  
  3249.  TableSelectOn(SelectionMode As _TableSelectOn_SelectionMode_enum)
  3250.  
  3251. Description
  3252.  
  3253. Select a row, column, cell, or table.
  3254.  
  3255. Parameters
  3256.  
  3257. SelectionMode: enumeration    Cell!
  3258.  
  3259. Column!
  3260.  
  3261. Row!
  3262.  
  3263. Table!
  3264.  
  3265. TableSize
  3266.  
  3267. Syntax
  3268.  
  3269. TableSize([Rows As Integer], [Columns As Integer])
  3270.  
  3271. Description
  3272.  
  3273. 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.
  3274.  
  3275. Parameters
  3276.  
  3277. Rows: numeric (optional)    The number of rows in the resulting table.
  3278.  
  3279. Columns: numeric (optional)    The number of columns in the resulting table.
  3280.  
  3281. TableSkewColumn
  3282.  
  3283. Syntax
  3284.  
  3285. TableSkewColumn(Column As _TableSkewColumn_Column_enum, SkewValue As Integer)
  3286.  
  3287. Description
  3288.  
  3289. Lets you specify a skew value for the first or last column of the current table.
  3290.  
  3291. Parameter
  3292.  
  3293. Column: enumeration    FirstColumn!
  3294.  
  3295. LastColumn!
  3296.  
  3297. SkewValue: numeric    The skew value
  3298.  
  3299. TableSkewColumnText
  3300.  
  3301. Syntax
  3302.  
  3303.  TableSkewColumnText(State As _TableSkewColumnText_State_enum)
  3304.  
  3305. Description
  3306.  
  3307. Lets you specify whether you want to skew or to unskew the text in a skewed table column.
  3308.  
  3309. Parameter
  3310.  
  3311. State: enumeration    No!
  3312.  
  3313. Yes!
  3314.  
  3315. TableSkewJoinCorners
  3316.  
  3317. Syntax
  3318.  
  3319. TableSkewJoinCorners(State As _TableSkewJoinCorners_State_enum)
  3320.  
  3321. Description
  3322.  
  3323. 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.
  3324.  
  3325. Parameter
  3326.  
  3327. State: enumeration    No!
  3328.  
  3329. Yes!
  3330.  
  3331. TableSkewRow
  3332.  
  3333. Syntax
  3334.  
  3335. TableSkewRow(SkewValue As Integer)
  3336.  
  3337. Description
  3338.  
  3339. Lets you specify a skew value for the top row of the current table.
  3340.  
  3341. Parameter
  3342.  
  3343. SkewValue: numeric    The skew value
  3344.  
  3345. TableSkewRowText
  3346.  
  3347. Syntax
  3348.  
  3349. TableSkewRowText(State As _TableSkewRowText_State_enum)
  3350.  
  3351. Description
  3352.  
  3353. Lets you specify whether to skew or to unskew the text in a skewed table row.
  3354.  
  3355. Parameters
  3356.  
  3357. State: enumeration    No!
  3358.  
  3359. Yes!
  3360.  
  3361. TableSortTable
  3362.  
  3363. Syntax
  3364.  
  3365.  TableSortTable([SortType], [SortOrder])
  3366.  
  3367. Description
  3368.  
  3369. Sort a table by the contents of a selected cell.
  3370.  
  3371. Parameters
  3372.  
  3373. SortType: enumeration (optional)    Alphanumeric!
  3374.  
  3375. Numeric!
  3376.  
  3377. SortOrder: enumeration (optional)    Ascending!
  3378.  
  3379. Descending!
  3380.  
  3381. TableSplit
  3382.  
  3383. Syntax
  3384.  
  3385. TableSplit()
  3386.  
  3387. Description
  3388.  
  3389. Split a table into two tables. A table cannot be split on the first row. The second table begins with the current row.
  3390.  
  3391. TableSplitCellsDlg
  3392.  
  3393. Syntax
  3394.  
  3395. TableSplitCellsDlg()
  3396.  
  3397. Description
  3398.  
  3399. Display the Split Cell dialog box.
  3400.  
  3401. TableSplitColumn
  3402.  
  3403. Syntax
  3404.  
  3405. TableSplitColumn(ColumnCount As Integer, [ColumnPos As Integer])
  3406.  
  3407. Description
  3408.  
  3409. Split the current cell into two columns.
  3410.  
  3411. Parameters
  3412.  
  3413. ColumnCount: numeric    The number of columns to create.
  3414.  
  3415. ColumnPos: measurement (optional)    The width of the new columns.
  3416.  
  3417. TableSplitColumnTool
  3418.  
  3419. Syntax
  3420.  
  3421. TableSplitColumnTool([State As _TableSplitColumnTool_State_enum])
  3422.  
  3423. Description
  3424.  
  3425. Turn the split column tool on or off.
  3426.  
  3427. Parameters
  3428.  
  3429. State: enumeration (optional)    Off!
  3430.  
  3431. On!
  3432.  
  3433. TableSplitRow
  3434.  
  3435. Syntax
  3436.  
  3437.  TableSplitRow(RowCount As Integer, [RowPos As Integer])
  3438.  
  3439. Description
  3440.  
  3441. Split the current cell into multiple rows.
  3442.  
  3443. Parameters
  3444.  
  3445. RowCount: numeric    The number of rows to create.
  3446.  
  3447. RowPos: numeric (optional)    The position of the new rows.
  3448.  
  3449. TableSplitRowTool
  3450.  
  3451. Syntax
  3452.  
  3453. TableSplitRowTool([State As _TableSplitRowTool_State_enum])
  3454.  
  3455. Description
  3456.  
  3457. Turn the split row tool on or off.
  3458.  
  3459. Parameters
  3460.  
  3461. State: enumeration (optional)    Off!
  3462.  
  3463. On!
  3464.  
  3465. TableSquareSkewedRow
  3466.  
  3467. Syntax
  3468.  
  3469. TableSquareSkewedRow(Column As _TableSquareSkewedRow_Column_enum, State As _TableSquareSkewedRow_State_enum)
  3470.  
  3471. Description
  3472.  
  3473. Lets you square the first or last column of a skewed table row.
  3474.  
  3475. Parameters
  3476.  
  3477. Column: enumeration    FirstColumn!
  3478.  
  3479. LastColumn!
  3480.  
  3481. State: enumeration    No!
  3482.  
  3483. Yes!
  3484.  
  3485. TableStyleCreate
  3486.  
  3487. Syntax
  3488.  
  3489. TableTextBoxCreate(Columns As Integer, Rows As Integer)
  3490.  
  3491. Description
  3492.  
  3493. Create a table style.
  3494.  
  3495. Parameters
  3496.  
  3497. Style: string    The name of the style.
  3498.  
  3499. Library: enumeration (optional)    CurrentDoc!
  3500.  
  3501. PersonalLibrary!
  3502.  
  3503. SharedLibrary!
  3504.  
  3505. TableStyleDelete
  3506.  
  3507. Syntax
  3508.  
  3509. TableStyleDelete(Style As String, [Library As _TableStyleDelete_Library_enum])
  3510.  
  3511. Description
  3512.  
  3513. Delete a table style.
  3514.  
  3515. Parameters
  3516.  
  3517. Style: string    The name of the style to delete.
  3518.  
  3519. Library: enumeration (optional)    CurrentDoc!
  3520.  
  3521. PersonalLibrary!
  3522.  
  3523. SharedLibrary!
  3524.  
  3525. TableStyleEdit
  3526.  
  3527. Syntax
  3528.  
  3529. TableStyleEdit(Style, [Library As _TableStyleEdit_Library_enum])
  3530.  
  3531. Description
  3532.  
  3533. Edit a table style. Use with TableStyleName() and TableStyleReplace().
  3534.  
  3535. Parameters
  3536.  
  3537. Style: any    NoTableStyle! [127]
  3538.  
  3539. TableStyle1! [0]
  3540.  
  3541. TableStyle10! [9]
  3542.  
  3543. TableStyle11! [10]
  3544.  
  3545. TableStyle12! [11]
  3546.  
  3547. TableStyle13! [12]
  3548.  
  3549. TableStyle14! [13]
  3550.  
  3551. TableStyle15! [14]
  3552.  
  3553. TableStyle16! [15]
  3554.  
  3555. TableStyle17! [16]
  3556.  
  3557. TableStyle18! [17]
  3558.  
  3559. TableStyle19! [18]
  3560.  
  3561. TableStyle2! [1]
  3562.  
  3563. TableStyle20! [19]
  3564.  
  3565. TableStyle21! [20]
  3566.  
  3567. TableStyle22! [21]
  3568.  
  3569. TableStyle23! [22]
  3570.  
  3571. TableStyle24! [23]
  3572.  
  3573. TableStyle25! [24]
  3574.  
  3575. TableStyle26! [25]
  3576.  
  3577. TableStyle27! [26]
  3578.  
  3579. TableStyle28! [27]
  3580.  
  3581. TableStyle29! [28]
  3582.  
  3583. TableStyle3! [3]
  3584.  
  3585. TableStyle30![29]
  3586.  
  3587. TableStyle31! [30]
  3588.  
  3589. TableStyle32! [31]
  3590.  
  3591. TableStyle33! [32]
  3592.  
  3593. TableStyle34! [33]
  3594.  
  3595. TableStyle35! [34]
  3596.  
  3597. TableStyle36! [35]
  3598.  
  3599. TableStyle37! [36]
  3600.  
  3601. TableStyle38! [37]
  3602.  
  3603. TableStyle39! [38]
  3604.  
  3605. TableStyle4! [3]
  3606.  
  3607. TableStyle40! [39]
  3608.  
  3609. TableStyle5! [4]
  3610.  
  3611. TableStyle6! [5]
  3612.  
  3613. TableStyle7! [6]
  3614.  
  3615. TableStyle8! [7]
  3616.  
  3617. TableStyle9![8]
  3618.  
  3619. Library: enumeration (optional)    CurrentDoc!
  3620.  
  3621. PersonalLibrary!
  3622.  
  3623. SharedLibrary!
  3624.  
  3625. TableStyleEnd
  3626.  
  3627. Syntax
  3628.  
  3629. TableStyleEnd(State As _TableStyleEnd_State_enum)
  3630.  
  3631. Description
  3632.  
  3633. Save or cancel table style settings.
  3634.  
  3635. Parameters
  3636.  
  3637. State: enumeration    Cancel!
  3638.  
  3639. Save!
  3640.  
  3641. TableStyleName
  3642.  
  3643. Syntax
  3644.  
  3645.  TableStyleName(Style As String)
  3646.  
  3647. Description
  3648.  
  3649. Specify the name of a new table style. Use with TableStyleEdit().
  3650.  
  3651. Parameters
  3652.  
  3653. Style: string    The name for the table style.
  3654.  
  3655. TableStyleReplace
  3656.  
  3657. Syntax
  3658.  
  3659. TableStyleReplace(Style As String, [Library As _TableStyleReplace_Library_enum])
  3660.  
  3661. Description
  3662.  
  3663. Specify a user-defined table style to replace the current table style. Use with TableStyleEdit().
  3664.  
  3665. Parameters
  3666.  
  3667. Style: string    The name of the table style.
  3668.  
  3669. Library: enumeration (optional)    CurrentDoc!
  3670.  
  3671. PersonalLibrary!
  3672.  
  3673. SharedLibrary!
  3674.  
  3675. TableStyleRetrieve
  3676.  
  3677. Syntax
  3678.  
  3679.  TableStyleRetrieve(Filename As String, Library As _TableStyleRetrieve_Library_enum)
  3680.  
  3681. Description
  3682.  
  3683. Retrieve a table style from the specified style library.
  3684.  
  3685. Parameters
  3686.  
  3687. Filename: string    The filename of the style library file.
  3688.  
  3689. Library: enumeration    CurrentDoc!
  3690.  
  3691. PersonalLibrary!
  3692.  
  3693. SharedLibrary!
  3694.  
  3695. TableStyleSave
  3696.  
  3697. Syntax
  3698.  
  3699. TableStyleSave(Filename As String, Library As _TableStyleSave_Library_enum)
  3700.  
  3701. Description
  3702.  
  3703. Save a table style to the specified style library.
  3704.  
  3705. Parameters
  3706.  
  3707. Filename: string    The filename for the style library file.
  3708.  
  3709. Library: enumeration    CurrentDoc!
  3710.  
  3711. PersonalLibrary!
  3712.  
  3713. SharedLibrary!
  3714.  
  3715. TableTextBoxCreate
  3716.  
  3717. Syntax
  3718.  
  3719. TableTextBoxCreate(Columns As Integer, Rows As Integer)
  3720.  
  3721. Description
  3722.  
  3723. Create a table in a text box.
  3724.  
  3725. Parameters
  3726.  
  3727. Columns: numeric    The number of columns.
  3728.  
  3729. Rows: numeric    The number of rows.
  3730.  
  3731. TableTextToFormula
  3732.  
  3733. Syntax
  3734.  
  3735. TableTextToFormula()
  3736.  
  3737. Description
  3738.  
  3739. Convert the contents of the current cell to a formula.
  3740.  
  3741. TableToolsDlg
  3742.  
  3743. Syntax
  3744.  
  3745. TableToolsDlg()
  3746.  
  3747. Description
  3748.  
  3749. 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.
  3750.  
  3751. TableUndelete
  3752.  
  3753. Syntax
  3754.  
  3755. TableUndelete()
  3756.  
  3757. Description
  3758.  
  3759. Insert the last deleted item. Available only in table editing mode.
  3760.  
  3761. TableUpdateAssociatedCharts
  3762.  
  3763. Syntax
  3764.  
  3765.  TableUpdateAssociatedCharts(State As _TableUpdateAssociatedCharts_State_enum)
  3766.  
  3767. Description
  3768.  
  3769. Turn the Update associated charts option on or off.
  3770.  
  3771. Parameters
  3772.  
  3773. State: enumeration    Off!
  3774.  
  3775. On!
  3776.  
  3777. TableUseDefaultLinesColor
  3778.  
  3779. Syntax
  3780.  
  3781. TableUseDefaultLinesColor()
  3782.  
  3783. Description
  3784.  
  3785. Specify the Line Style line color as the default line color for a table.
  3786.  
  3787. TabRight
  3788.  
  3789. Syntax
  3790.  
  3791. TabRight([Type As _TabRight_Type_enum])
  3792.  
  3793. Description
  3794.  
  3795. Insert a right-aligned tab (with or without a dot leader) at the insertion point.
  3796.  
  3797. Parameters
  3798.  
  3799. Type: enumeration (optional)    DotLeader!
  3800.  
  3801. Normal!
  3802.  
  3803. TabRightDot
  3804.  
  3805. Syntax
  3806.  
  3807. TabRightDot()()
  3808.  
  3809. Description
  3810.  
  3811. Insert a Hard Right Tab code with a dot leader.
  3812.  
  3813. TabSet
  3814.  
  3815. Syntax
  3816.  
  3817. TabSet(Origin As _TabSet_Origin_enum, [Position], [TabType])
  3818.  
  3819. Description
  3820.  
  3821. Specify tab settings.
  3822.  
  3823. Parameters
  3824.  
  3825. Origin: enumeration    Set tabs relative to the left edge of the paper (absolute) or the left margin setting (relative).
  3826.  
  3827. Absolute!
  3828.  
  3829. Relative!
  3830.  
  3831. Position: measurement (optional)    The position of the tabs.
  3832.  
  3833. TabType: enumeration (optional)    TabCenter!
  3834.  
  3835. TabCenterDot!
  3836.  
  3837. TabDecimal!
  3838.  
  3839. TabDecimalDot!
  3840.  
  3841. TabLeft!
  3842.  
  3843. TabLeftDot!
  3844.  
  3845. TabRight!
  3846.  
  3847. TabRightDot!
  3848.  
  3849. TabSetDlg
  3850.  
  3851. Syntax
  3852.  
  3853. TabSetDlg()
  3854.  
  3855. Description
  3856.  
  3857. Display the Tab Set dialog box.
  3858.  
  3859.  
  3860.  
  3861.  
  3862.  
  3863.  
  3864.