[]
Initializes a new C1RangeStyle object.
public C1RangeStyle(C1TextRange range)
Public Sub New(range As C1TextRange)
| Type | Name | Description |
|---|---|---|
| C1TextRange | range | The value to initialize the Range property. |
Initializes a new C1RangeStyle object.
public C1RangeStyle(C1TextRange range, C1TextElementStyle style)
Public Sub New(range As C1TextRange, style As C1TextElementStyle)
| Type | Name | Description |
|---|---|---|
| C1TextRange | range | The value to initialize the Range property. |
| C1TextElementStyle | style | The value to initialize the Style property. |