Click or drag to resize
ArrayTableGetCheckedCount Method

[This is preliminary documentation and is subject to change.]

Get number of rows, where checkbox field given by dataName is checked

Namespace: CSC.SC.TOPICA4.Template
Assembly: CSC.SC.TOPICA4.Template (in CSC.SC.TOPICA4.Template.dll) Version: 4.30.6239.27196
Syntax
C#
public int GetCheckedCount(
	string dataName
)

Parameters

dataName
Type: SystemString

Return Value

Type: Int32

[Missing <returns> documentation for "M:CSC.SC.TOPICA4.Template.ArrayTable.GetCheckedCount(System.String)"]

See Also