Поделиться через


Table.TableGrid Property

Table Grid.Represents the element tag in schema: a:tblGrid

Namespace:  DocumentFormat.OpenXml.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property TableGrid As TableGrid
    Get
    Set
'Usage
Dim instance As Table
Dim value As TableGrid

value = instance.TableGrid

instance.TableGrid = value
public TableGrid TableGrid { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Drawing.TableGrid

See Also

Reference

Table Class

Table Members

DocumentFormat.OpenXml.Drawing Namespace