[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Layout.TableFragment

TableFragment Class

Represents the Word table on a Page.

Inheritance
TableFragment
Namespace: GrapeCity.Documents.Word.Layout
Assembly: DS.Documents.Word.dll
Syntax
public class TableFragment : BlockElement
Public Class TableFragment
    Inherits BlockElement

Properties

Name Description
ActualHeight

Gets the actual height of the table, in points.

ActualWidth

Gets the actual width of the table, in points.

Columns

Gets the list of table columns.

GridColumns

Gets the list of table vertical grid lines.

GridRows

Gets the list of table horizontal grid lines.

Rows

Gets the list of table rows.

WordTable

Gets the source Table.