TextColumns.SetCount(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.