_Presentation.GridDistance Property

Sets or returns a value that represents the distance between gridlines. Read/write.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Property GridDistance As Single
    Get
    Set
'Usage
Dim instance As _Presentation
Dim value As Single

value = instance.GridDistance

instance.GridDistance = value
float GridDistance { get; set; }

Property Value

Type: System.Single

See Also

Reference

_Presentation Interface

_Presentation Members

Microsoft.Office.Interop.PowerPoint Namespace