TextColumns.SetCount Method
Arranges text into the specified number of text columns.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub SetCount ( _
NumColumns As Integer _
)
'Usage
Dim instance As TextColumns
Dim NumColumns As Integer
instance.SetCount(NumColumns)
void SetCount(
int NumColumns
)
Parameters
- NumColumns
Type: System.Int32
Required Integer. The number of columns the text is to be arranged into.
Remarks
Note You can also use the Add method of the TextColumns object to add a single column to the TextColumns collection.