Share via


Range.StartColumn Property

Definition

Gets the offset (0-based) offset from the start of StartLine for the start of the span.

public:
 property int StartColumn { int get(); };
[System.Runtime.Serialization.DataMember(Order=1)]
public int StartColumn { get; }
[System.Runtime.Serialization.DataMember(Order=1)]
public int StartColumn { [System.Runtime.CompilerServices.IsReadOnly] get; }
[<System.Runtime.Serialization.DataMember(Order=1)>]
member this.StartColumn : int
[<System.Runtime.Serialization.DataMember(Order=1)>]
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.StartColumn : int
Public ReadOnly Property StartColumn As Integer

Property Value

Attributes

Applies to