Property of IWshTextStream
Read-only property that returns the column number of the current character position in a TextStream file
Read-Only Property of type long
var Column = WshTextStream.Column;
Column = WshTextStream.Column
long Column; HRESULT hr = WshTextStream.get_Column(&Column);