CharacterRange.First

CharacterRange.First property

Gets or sets the position in the string of the first character of this CharacterRange.

public int First { get; set; }

Property Value

The first position of this CharacterRange.

See Also