QueryBuildDataSource.clearRange 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.
Overloads
clearRange(Int32) | |
clearRange(Int32, Int32) |
clearRange(Int32)
public:
virtual void clearRange(int num1);
public virtual void clearRange (int num1);
abstract member clearRange : int -> unit
override this.clearRange : int -> unit
Public Overridable Sub clearRange (num1 As Integer)
Parameters
- num1
- Int32
Applies to
clearRange(Int32, Int32)
public:
virtual void clearRange(int _field, int _occurrence);
public virtual void clearRange (int _field, int _occurrence);
abstract member clearRange : int * int -> unit
override this.clearRange : int * int -> unit
Public Overridable Sub clearRange (_field As Integer, _occurrence As Integer)
Parameters
- _field
- Int32
- _occurrence
- Int32