SalTableRowCollection

PPJ.Runtime.Windows.SalTableRowCollection

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Runtime.49 (4.9.0.0)

Collection of all the rows in the SalTableWindow control.

public class SalTableRowCollection : IList, ICollection, IEnumerable, IEnumerable<SalTableRow>

Constructors

SalTableRowCollection(grid)

Constructor

Name
Type
Description

Properties

Count

Int32: get number of rows

Item(index)

SalTableRow:

Methods

Contains(row)

contains row

Parameter
Type
Description

Returns: Boolean.

CopyTo(array, index)

copy to

Parameter
Type
Description

array

index

IndexOf(row)

index of row

Parameter
Type
Description

Returns: Int32.

Last updated