接口 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.
  • 方法概要

    修饰符和类型
    方法
    说明
    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.
  • 方法详细资料

    • 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.