PreviousSectionProperties.DocGrid Property

Document Grid.Represents the element tag in schema: w:docGrid

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

Syntax

'Declaration
Public Property DocGrid As DocGrid
    Get
    Set
'Usage
Dim instance As PreviousSectionProperties
Dim value As DocGrid

value = instance.DocGrid

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

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.DocGrid
Returns DocGrid.

See Also

Reference

PreviousSectionProperties Class

PreviousSectionProperties Members

DocumentFormat.OpenXml.Wordprocessing Namespace