Click or drag to resize
ArrayTableGetFilledInCount Method

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

Get number of rows, where field given by dataName is filled in

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 GetFilledInCount(
	string dataName
)

Parameters

dataName
Type: SystemString

Return Value

Type: Int32

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

See Also