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
'宣言
Public Property DocGrid As DocGrid
Get
Set
'使用
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