ViewProperties.GridSpacing Property

Grid Spacing.Represents the element tag in schema: p:gridSpacing

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

Syntax

'Declaration
Public Property GridSpacing As GridSpacing
    Get
    Set
'Usage
Dim instance As ViewProperties
Dim value As GridSpacing

value = instance.GridSpacing

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

Property Value

Type: DocumentFormat.OpenXml.Presentation.GridSpacing
Returns GridSpacing.

See Also

Reference

ViewProperties Class

ViewProperties Members

DocumentFormat.OpenXml.Presentation Namespace