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
All Methods Instance Methods Abstract Methods
void
Deletes the cells of the table row and shifts upward any remaining cells below the deleted row.
int
Returns the
IRange
object that represents the range to which thespecified list object applies.
Method Details
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.