Gets or sets the column number where the source of the error occurs.
[Visual Basic] Public Property Column As Integer [C#] public int Column {get; set;} [C++] public: __property int get_Column(); public: __property void set_Column(int); [JScript] public function get Column() : int; public function set Column(int);
The column number of the source file.
CompilerError Class | CompilerError Members | System.CodeDOM.Compiler Namespace