====== Column ======
Property of [[:scripting:api:wsh-text-stream:start|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 **[[scripting:api:data-type:long|long]]**
===== Syntax =====
==== JavaScript ====
var Column = WshTextStream.Column;
==== Visual Basic Script ====
Column = WshTextStream.Column
==== C++ ====
long Column;
HRESULT hr = WshTextStream.get_Column(&Column);
===== See Also =====
[[:scripting:api:wsh-text-stream:start|IWshTextStream]]
~~NOTOC~~