[]
Represents a row in the ITable object. The ITableRow object is a member of the ITableRows collection. The ITableRows collection contains all the rows in a list object.
public interface ITableRow
Returns the index number of the ITableRow object within the ITableRows collection.
int Index { get; }
Returns the IRange object that represents the range to which the specified list object applies.
IRange Range { get; }
Deletes the cells of the table row and shifts upward any remaining cells below the deleted row.
void Delete()