SalTableColumnCollection

PPJ.Runtime.Windows.SalTableColumnCollection

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Runtime.49 (4.9.0.0)

Contains a collection of all the columns in a SalFormTableWindow form or SalTableWindow control.

public class SalTableColumnCollection : IList, ICollection, IEnumerable, IEnumerable<SalTableColumn>

Properties

Int32: get number of columns

SalTableColumn: this

SalTableColumn: this

Methods

remove columns

contains column

ParameterTypeDescription

column

Returns: Boolean.

contains column by name

ParameterTypeDescription

name

Returns: Boolean.

copy to

ParameterTypeDescription

array

index

get enumerator

Returns: IEnumerator.

index of column

ParameterTypeDescription

column

Returns: Int32.

index of column by name

ParameterTypeDescription

name

Returns: Int32.

Last updated