[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.ITableRows

ITableRows Interface

Represents a collection of all the table rows in the specified table.

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

Properties

Name Description
Count

Gets an integer value that represents the number of rows in the table.

this[int]

Gets the ITableRow object at the specified index.

Methods

Name Description
Add(int, bool, int)

Adds a new row to the table object.

Move(int, int, int)

Moves table row(s) at the specified position to other position.

MoveOut(int, int, bool)

Moves table row(s) at the specified position to the first row below or above this GrapeCity.Spreadsheet.Table.