Returns number of Sub Group label in all Groups

Namespace:  Hyleos.Chemistry
Assembly:  Hyleos.Chemistry (in Hyleos.Chemistry.dll) Version: 1.0.9.4 (1.0.9.4)

Syntax

C#
public int CountLabel { get; }
Visual Basic (Declaration)
Public ReadOnly Property CountLabel As Integer
Visual C++
public:
property int CountLabel {
	int get ();
}

Return Value

number of defined Sub Group label

See Also