Index.NumberOfColumns Property
Sets or returns the number of columns for each page of an index.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property NumberOfColumns As Integer
Get
Set
'Usage
Dim instance As Index
Dim value As Integer
value = instance.NumberOfColumns
instance.NumberOfColumns = value
int NumberOfColumns { get; set; }
Property Value
Type: System.Int32
Remarks
Specifying 0 (zero) sets the number of columns in the index to the same number as in the document.