[]
        
(Showing Draft Content)

ITableRow

Interface ITableRow


public interface ITableRow
Represents a row in the ITable object. The ITableRow objectis a member of the ITableRows collection. The ITableRows collectioncontains all the rows in a list object.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deletes the cells of the table row and shifts upward any remaining cells below the deleted row.
    int
    Returns the index number of the ITableRow object within theITableRows collection
    Returns the IRange object that represents the range to which thespecified list object applies.
  • Method Details

    • getIndex

      int getIndex()
      Returns the index number of the ITableRow object within theITableRows collection
    • getRange

      IRange getRange()
      Returns the IRange object that represents the range to which thespecified list object applies.
    • delete

      void delete()
      Deletes the cells of the table row and shifts upward any remaining cells below the deleted row.