SalTableRowCollection
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.49 (4.9.0.0)
Collection of all the rows in the SalTableWindow control.
- C#
- VB.NET
public class SalTableRowCollection : IList, ICollection, IEnumerable, IEnumerable<SalTableRow>
Public Class SalTableRowCollection
Inherits IList
Implements ICollection, IEnumerable, IEnumerable(Of SalTableRow)
Constructors
SalTableRowCollection(grid)
Constructor
| Name | Type | Description |
|---|---|---|
| grid | C1FlexGrid |
Properties
Count
Int32: get number of rows
Item(index)
SalTableRow:
Methods
Contains(row)
contains row
| Parameter | Type | Description |
|---|---|---|
| row | SalTableRow |
Returns: Boolean.
CopyTo(array, index)
copy to
| Parameter | Type | Description |
|---|---|---|
| array | Array | |
| index | Int32 |
IndexOf(row)
index of row
| Parameter | Type | Description |
|---|---|---|
| row | SalTableRow |
Returns: Int32.