public interface ITableRow
ITable object. The ITableRow object
is a member of the ITableRows collection. The ITableRows collection
contains all the rows in a list object.| Modifier and Type | Method and Description |
|---|---|
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 the
ITableRow object within the
ITableRows collection |
IRange |
getRange()
Returns the
IRange object that represents the range to which the
specified list object applies. |
int getIndex()
ITableRow object within the
ITableRows collectionIRange getRange()
IRange object that represents the range to which the
specified list object applies.void delete()