Skip to main content

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

Instance memberSalTableRowCollection(grid)

Constructor

NameTypeDescription
gridC1FlexGrid

Properties

Instance memberCount

Int32: get number of rows

Instance memberItem(index)

SalTableRow:

Methods

Instance memberContains(row)

contains row

ParameterTypeDescription
rowSalTableRow

Returns: Boolean.

Instance memberCopyTo(array, index)

copy to

ParameterTypeDescription
arrayArray
indexInt32

Instance memberIndexOf(row)

index of row

ParameterTypeDescription
rowSalTableRow

Returns: Int32.