Description

Represents a single column in a control. The Column object is a member of the Columns collection. The Columns collection contains all the Column objects in a single control.

Remarks

Use Columns(index), where index is the column index number, to return a single Column object from the collection. The following example sets the heading text in column one to a new value.

$ListView.Columns(1).Text = "Name"




The CHM file was converted to HTML by chm2web software.