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

In This Topic
    ITableRows Interface Members
    In This Topic

    The following tables list the members exposed by ITableRows.

    Public Properties
     NameDescription
     Property Returns the number of objects in the collection (read-only).  
     PropertyGets the ITableRow at the specified index.  
    Top
    Public Methods
     NameDescription
     MethodOverloaded. Adds a new row to the table object. Returns the ITableRow object.  
     Method Deletes the cells of the table row(s) and shifts upward any remaining cells below the deleted row(s).  
     Method (Inherited from System.Collections.IEnumerable)
    Top
    See Also