TextColumns.SetCount(Int32) Method

Definition

Arranges text into the specified number of text columns.

public:
 void SetCount(int NumColumns);
public void SetCount (int NumColumns);
abstract member SetCount : int -> unit
Public Sub SetCount (NumColumns As Integer)

Parameters

NumColumns
Int32

Required Integer. The number of columns the text is to be arranged into.

Remarks

Note You can also use the Add(Object, Object, Object) method of the TextColumns object to add a single column to the TextColumns collection.

Applies to