Creates and adds new C1TextLineRange object.
Namespace:
C1.C1PrintDocument.UtilAssembly: C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)
Syntax
C# |
---|
public C1TextLineRange AddRange( int from, int length, ITextRangeFormat format ) |
Visual Basic (Declaration) |
---|
Public Function AddRange ( _ from As Integer, _ length As Integer, _ format As ITextRangeFormat _ ) As C1TextLineRange |
Parameters
- from
- Type: System..::.Int32
Index of first character of range.
- length
- Type: System..::.Int32
Length of range in characters.
- format
- Type: C1.C1PrintDocument.Util..::.ITextRangeFormat
Format of range.