Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / ITextRange Interface
Properties Methods

In This Topic
    ITextRange Interface Members
    In This Topic

    The following tables list the members exposed by ITextRange.

    Public Properties
     NameDescription
     Property Returns the number of objects in the collection (read-only).  
     PropertyReturns the IFontFormat object that represents character formatting for the IFontFormat object (read-only).  
     Property Returns the index in the collection (read-only).  
     PropertyGets the ITextRange with the specified index.  
     PropertyGet the paragraphs of ITextRange  
     PropertyGet the runs of ITextRange  
     Property Gets or sets a String value that represents the text in a text range (read/write).  
     Property Gets or sets the horizontal alignment of the text.  
     PropertyReturns the type of ITextRange, such as TextRangeType.Body, TextRangeType.Paragrapsh, or TextRangeType.Run.  
    Top
    Public Methods
     NameDescription
     Method Adds text to the specified collection.  
     Method Deletes from parent.  
     Method (Inherited from System.Collections.IEnumerable)
    Top
    See Also