Package com.grapecity.documents.excel
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
Modifier and TypeMethodDescriptionvoiddelete()Deletes the cells of the table row and shifts upward any remaining cells below the deleted row.intgetIndex()Returns the index number of theITableRowobject within theITableRowscollectiongetRange()Returns theIRangeobject that represents the range to which thespecified list object applies.
-
Method Details
-
getIndex
int getIndex()Returns the index number of theITableRowobject within theITableRowscollection -
getRange
IRange getRange()Returns theIRangeobject 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.
-