Column

Property of IWshTextStream

Description

Read-only property that returns the column number of the current character position in a TextStream file

Property type

Read-Only Property of type long

Syntax

JavaScript

var Column = WshTextStream.Column;

Visual Basic Script

Column = WshTextStream.Column

C++

long Column;
HRESULT hr = WshTextStream.get_Column(&Column);

See Also

IWshTextStream