[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.CharacterRange

CharacterRange Class

Represents a continuous range of characters.

Inheritance
CharacterRange
Namespace: GrapeCity.Documents.Word.Fields
Assembly: DS.Documents.Word.dll
Syntax
public class CharacterRange
Public Class CharacterRange

Properties

Name Description
From

Gets the starting character of the range.

IsAll

Gets a value indicating whether the range includes all characters.

To

Gets the ending character of the range.

Methods

Name Description
All()

Sets the range to include all characters.

InRange(char)

Checks whether a given character is in the current range.

Set(char, char)

Sets the current range of characters.

ToString()