CharacterRange.Length Property

Definition

Gets or sets the number of positions in this CharacterRange.

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

Property Value

The number of positions in this CharacterRange.

Applies to