[]
Represents a row in a table.
public interface ITableRow
Public Interface ITableRow
Name | Description |
---|---|
Index | Gets an integer value that represents the index number of the ITableRow object within the ITableRows collection. |
InvalidData | Gets a value indicating whether the row in a list contains cells that don't pass data validation. |
Range | Gets an IRange object that represents the range to which the specified table object in the above table applies. |
Name | Description |
---|---|
Delete(int) | Deletes the cells of the table row and shifts upward any remaining cells below the deleted row. |