Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TableFormat Class / TableGrid Property

In This Topic
    TableGrid Property
    In This Topic
    Gets the table grid for the current table. The table grid is a definition of the set of grid columns that define all of the shared vertical edges of the table, as well as default widths for each of these grid columns. These grid column widths are then used to determine the size of the table based on the table layout algorithm.
    Syntax
    'Declaration
     
    Public ReadOnly Property TableGrid As System.Collections.Generic.List(Of Single)
    public System.Collections.Generic.List<float> TableGrid {get;}
    See Also