Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IRange Interface / Characters Method
the start index of characters in whole cell text.
the length of characters.
In This Topic
    Characters Method
    In This Topic
    Returns a ITextRun object that represents a range of characters within the cell text, this method can only be called when the value of cell is a string, or else System.InvalidOperationException is thrown.
    Syntax
    ITextRun Characters( 
       System.int startIndex,
       System.int length
    )

    Parameters

    startIndex
    the start index of characters in whole cell text.
    length
    the length of characters.

    Return Value

    A ITextRun object that represents the range of characters.
    See Also