Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== 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 ==== <code javascript> var Column = WshTextStream.Column; </code>==== Visual Basic Script ==== <code vb> Column = WshTextStream.Column </code>==== C++ ==== <code cpp> long Column; HRESULT hr = WshTextStream.get_Column(&Column); </code>===== See Also ===== [[:scripting:api:wsh-text-stream:start|IWshTextStream]] ~~NOTOC~~