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

The position of the first 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 RangeStart;
C#
public virtual int RangeStart;
Visual Basic
Public virtual Property RangeStart() As Integer