[]
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
Public Interface ITableRow
Name | Description |
---|---|
Index | Returns the index number of the ITableRow object within the ITableRows collection. |
Range | Returns the IRange object that represents the range to which the specified list object applies. |
Name | Description |
---|---|
Delete() | Deletes the cells of the table row and shifts upward any remaining cells below the deleted row. |