Range.Start Property

Definition

Returns or sets the starting character position of a range.

public:
 property int Start { int get(); void set(int value); };
public int Start { get; set; }
member this.Start : int with get, set
Public Property Start As Integer

Property Value

Remarks

If this property is set to a value larger than that of the End property, the End property is set to the same value as that of Start property.

Selection, Range, and Bookmark objects have starting and ending character positions. The starting position refers to the character position closest to the beginning of the story.

This property returns the starting character position relative to the beginning of the story. The main text story (wdMainTextStory) begins with character position 0 (zero). You can change the size of a selection, range, or bookmark by setting this property.

Applies to