[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.CharacterRange.Set

Set Method

Set(char, char)

Sets the current range of characters.

Declaration
public void Set(char from, char to)
Public Sub [Set](from As Char, [to] As Char)
Parameters
Type Name Description
char from

The starting character of the range.

char to

The ending character of the range.

Exceptions
Type Condition
ArgumentOutOfRangeException

Thrown if from is less than to.