[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ITableRow

Interface ITableRow

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

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

Properties

Index

Returns the index number of the ITableRow object within the ITableRows collection.

int Index { get; }

Property Value

int

Range

Returns the IRange object that represents the range to which the specified list object applies.

IRange Range { get; }

Property Value

IRange

Methods

Delete()

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

void Delete()