NAnt SDK Documentation - v0.92

Location.ColumnNumber Property

Gets the column number for the location.

[Visual Basic]
Public ReadOnly Property ColumnNumber As Integer
[C#]
public int ColumnNumber {get;}

Remarks

Columns start a 1. Will be zero if not specified.

See Also

Location Class | NAnt.Core Namespace