[]
Represents a collection of all the table rows in the specified table.
public interface ITableRows
Public Interface ITableRows
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. |
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. |