共用方式為


Word) (Table 物件

代表單一表格。 Table 物件是 資料表 的成員 集合。 會為 Tables 集合包含的所有表格中指定之選取範圍、 範圍或文件。

註解

使用 表格 (Index),其中 Index 是索引編號,可以傳回單一的 Table 物件。 索引編號代表表格選取範圍、 範圍或文件中的位置。 下列範例將使用中文件的第一個表格轉換成文字。

ActiveDocument.Tables(1).ConvertToText Separator:=wdSeparateByTabs

使用 新增 的 在指定的範圍新增一個表格的方法。 下列範例在使用中文件開頭會 3 x 4 表格。

Set myRange = ActiveDocument.Range(Start:=0, End:=0) 
ActiveDocument.Tables.Add Range:=myRange, NumRows:=3, NumColumns:=4

方法

名稱
ApplyStyleDirectFormatting
AutoFitBehavior
AutoFormat
儲存格
ConvertToText
Delete
Select
Sort
SortAscending
SortDescending
分割
UpdateAutoFormat

屬性

名稱
AllowAutoFit
應用程式
ApplyStyleColumnBands
ApplyStyleFirstColumn
ApplyStyleHeadingRows
ApplyStyleLastColumn
ApplyStyleLastRow
ApplyStyleRowBands
AutoFormatType
Borders
BottomPadding
Columns
Creator
Descr
識別碼
LeftPadding
NestingLevel
Parent
PreferredWidth
PreferredWidthType
Range
RightPadding
Rows
Shading
間距
Style
TableDirection
Tables
Title
TopPadding
Uniform

請參閱

Word 物件模型參考資料

支援和意見反應

有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應