[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.ITableRow

ITableRow Interface

Represents a row in a table.

Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public interface ITableRow
Public Interface ITableRow

Properties

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.

Methods

Name Description
Delete(int)

Deletes the cells of the table row and shifts upward any remaining cells below the deleted row.