Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IRange Interface / characters Method
In This Topic
    characters Method
    In This Topic
    Returns a ITextRun object that represents a range of characters within the cell text.
    Syntax
    ITextRun characters( 
       int startIndex,
       int length
    )

    Parameters

    startIndex
    length
    See Also