Zoom.PageColumns Property
Returns or sets the number of pages to be displayed side by side on-screen at the same time in print layout view or print preview.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property PageColumns As Integer
Get
Set
'Usage
Dim instance As Zoom
Dim value As Integer
value = instance.PageColumns
instance.PageColumns = value
int PageColumns { get; set; }
Property Value
Type: System.Int32