_Document.GridSpaceBetweenVerticalLines Property
Returns or sets the interval at which Microsoft Word displays vertical character gridlines in print layout view.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property GridSpaceBetweenVerticalLines As Integer
Get
Set
'Usage
Dim instance As _Document
Dim value As Integer
value = instance.GridSpaceBetweenVerticalLines
instance.GridSpaceBetweenVerticalLines = value
int GridSpaceBetweenVerticalLines { get; set; }
Property Value
Type: System.Int32