

'DeclarationPublic Class Table Inherits InsertBeforeOrAfter
'UsageDim instance As Table
public class Table : InsertBeforeOrAfter
System.Object
Xceed.Document.NET.DocumentElement
Xceed.Document.NET.InsertBeforeOrAfter
Xceed.Document.NET.Table
| Name | Description | |
|---|---|---|
![]() | Alignment | Gets or sets the Alignment of this Table. |
![]() | AutoFit | Gets or sets the AutoFit of this Table. |
![]() | ColumnCount | Gets the Column Count of this Table. |
![]() | ColumnWidths | Gets the collection of Column Widths of this Table (in points). |
![]() | CustomTableDesignName | Gets or sets the name of the custom design to apply to this Table. |
![]() | Design | Gets or sets the Design of this Table. |
![]() | DistanceFromTextBottom | Gets or sets the distance of the text from the bottom of the Table. |
![]() | DistanceFromTextLeft | Gets or sets the distance of the text from the left of the Table. |
![]() | DistanceFromTextRight | Gets or sets the distance of the text from the right of the Table. |
![]() | DistanceFromTextTop | Gets or sets the distance of the text from the top of the Table. |
![]() | HorizontalAlignment | Gets or sets the horizontal alignment for this Table. |
![]() | HorizontalOffset | Gets or sets the horizontal offset of this Table relative to the element identified in the HorizontalOffsetAlignmentFrom property. |
![]() | HorizontalOffsetAlignmentFrom | Gets or sets the element from which the HorizontalOffset is calculated. |
![]() | Hyperlinks | Gets the collection of Hyperlinks in this Table. |
![]() | IndentFromLeft | Gets or sets the indentation of this Table, from the left margin of the document. |
![]() | Index | Gets the Index of this Table. |
![]() | PackagePart | Gets or sets the PackagePart for this element. (Inherited from Xceed.Document.NET.DocumentElement) |
![]() | Paragraphs | Gets the collection of Paragraphs in this Table. |
![]() | Pictures | Gets the collection of Pictures in this Table. |
![]() | RowCount | Gets the Row Count of this Table. |
![]() | Rows | Gets the collection of Rows in this Table. |
![]() | ShadingPattern | Gets or sets the ShadingPattern that will be used for all the cells in a table. |
![]() | Shapes | Gets the collection of Shapes associated with this Table. |
![]() | TableCaption | Gets or sets the Caption of this Table. |
![]() | TableDescription | Gets or sets the Description of this Table. |
![]() | TableLook | Gets or sets the TableLook of this Table. |
![]() | TextBoxes | Gets the collection of TextBoxes associated with this Table. |
![]() | VerticalAlignment | Gets or sets the vertical alignment for this Table. |
![]() | VerticalOffset | Gets or sets the vertical offset of this Table relative to the element identified in the VerticalOffsetAlignmentFrom property. |
![]() | VerticalOffsetAlignmentFrom | Gets or sets the element from which the VerticalOffset is calculated. |
![]() | WrapStyle | Gets or sets the wrapping style for the Table. |
![]() | Xml | Gets or sets the XML for this element. (Inherited from Xceed.Document.NET.DocumentElement) |
| Name | Description | |
|---|---|---|
![]() | DeleteAndShiftCellsLeft | Deletes a Cell in a Row, and shifts the other Cells to the left. |
![]() | GetBorder | Gets a Border from this Table. |
![]() | GetColumnWidth | Gets the width of the specified column (in points). |
![]() | InsertCaptionAfterSelf | Inserts an incremental caption text under the current picture, table or paragraph. (Inherited from Xceed.Document.NET.InsertBeforeOrAfter) |
![]() | InsertColumn | Overloaded. Inserts a Column in this Table. |
![]() | InsertListAfterSelf | Inserts a defined List after the current object. (Inherited from Xceed.Document.NET.InsertBeforeOrAfter) |
![]() | InsertListBeforeSelf | Inserts a defined List before the current object. (Inherited from Xceed.Document.NET.InsertBeforeOrAfter) |
![]() | InsertPageBreakAfterSelf | Overridden. Inserts a page break after this Table. |
![]() | InsertPageBreakBeforeSelf | Overridden. Inserts a page break before this Table. |
![]() | InsertParagraphAfterSelf | Overloaded. Overridden. Inserts a Paragraph after this Table. |
![]() | InsertParagraphBeforeSelf | Overloaded. Overridden. Inserts a Paragraph before this Table. |
![]() | InsertRow | Overloaded. Inserts a Row in this Table. |
![]() | InsertTableAfterSelf | Overloaded. Overridden. Inserts a Table after this Table. |
![]() | InsertTableBeforeSelf | Overloaded. Overridden. Inserts a Table before this Table. |
![]() | MergeCellsInColumn | Merges cells in a given column, using the provided start and end row indexes. |
![]() | Remove | Removes this Table from this Document. |
![]() | RemoveColumn | Overloaded. Removes a Column from this Table. |
![]() | RemoveRow | Overloaded. Removes a Row from this Table. |
![]() | SetBorder | Sets a border on this Table. |
![]() | SetColumnWidth | Sets the width of the specified column (in points). |
![]() | SetDirection | Sets the Direction of the content of this Table. |
![]() | SetTableCellMargin | Sets a cell margin on this Table (in points). |
![]() | SetWidths | Sets the widths of this Table's columns (in points). |
![]() | SetWidthsPercentage | Sets the widths of this Table's columns, using the provided total width (in points) and a width percentage for each column. |
.NET: net5.0, net5.0-windows, net6.0, net6.0-macos, net6.0-windows, net7.0, net7.0-macos, net7.0-windows, net8.0, net8.0-browser, net8.0-macos, net8.0-windows, net9.0, net9.0-browser, net9.0-macos, net9.0-windows, net10.0, net10.0-browser, net10.0-macos, net10.0-windows.
.NET Framework: net40, net403, net45, net451, net452, net46, net461, net462, net463, net47, net471, net472, net48, net481.