For Babelfish Release 1.12.3.10

ResultListIntermediateFormattedRowSubRowCount Property

The number of sub-rows this row has. Will be at least 1.

Definition

Namespace: Scopos.BabelFish.DataActors.ResultListFormatter
Assembly: BabelFish (in BabelFish.dll) Version: 1.12.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
C#
public int SubRowCount { get; protected set; }

Property Value

Int32

Remarks

Value is set in the concrete class constructors.

See Also