Lightstreamer PCL (Portable Class Libraries) Client 3.0.0
ContentsIndexHome
PreviousUpNext
SimpleTableInfo.RangeEnd Property

The position of the last item in the Group to be considered; use SetRange to set the constraint. The value is a positive Index, or 0 if no constraint is set. 

The propery is readonly. Use SetRange to change the value. 

 

C++
public: __property int RangeEnd;
C#
public virtual int RangeEnd;
Visual Basic
Public virtual Property RangeEnd() As Integer