scripting:api:wsh-text-stream:column

Column

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;

==== Visual Basic Script ====

Column = WshTextStream.Column

==== C++ ====

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

===== See Also ===== IWshTextStream