FirstArticle Property
The number of the first article in CurrentGroup .
Syntax
[VB.NET] Public ReadOnlyProperty FirstArticle As Integer
[C#] public int FirstArticle {get;}
Remarks
This property contains the number of the first article in CurrentGroup. The value of this property is 0 if there is no current group (CurrentGroup is "").
This property is read-only.
Default Value
0