接口 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
delete()
Deletes the cells of the table row and shifts upward any remaining cells below the deleted row.int
getIndex()
Returns the index number of theITableRow
object within theITableRows
collectiongetRange()
Returns theIRange
object that represents the range to which thespecified list object applies.
-
方法详细资料
-
getIndex
int getIndex()Returns the index number of theITableRow
object within theITableRows
collection -
getRange
IRange getRange()Returns theIRange
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.
-