SalTableRowCollection
Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Web.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)
| Name | Type | Description |
|---|---|---|
| grid | DataGridView |
Properties
Count
Item(index)
Methods
Contains(row)
| Parameter | Type | Description |
|---|---|---|
| row | SalTableRow |
Returns: Boolean.
CopyTo(array, index)
| Parameter | Type | Description |
|---|---|---|
| array | Array | |
| index | Int32 |
IndexOf(row)
| Parameter | Type | Description |
|---|---|---|
| row | SalTableRow |
Returns: Int32.