IDataCursor.FilterByPosition(Int32, Boolean, Int32, Boolean, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void FilterByPosition(int loLimit, bool loKeyInclusive, int hiLimit, bool hiKeyInclusive, bool resetTop);
public void FilterByPosition (int loLimit, bool loKeyInclusive, int hiLimit, bool hiKeyInclusive, bool resetTop);
abstract member FilterByPosition : int * bool * int * bool * bool -> unit
Public Sub FilterByPosition (loLimit As Integer, loKeyInclusive As Boolean, hiLimit As Integer, hiKeyInclusive As Boolean, resetTop As Boolean)
Parameters
- loLimit
- Int32
- loKeyInclusive
- Boolean
- hiLimit
- Int32
- hiKeyInclusive
- Boolean
- resetTop
- Boolean