FormBuildGridControl.moreRowsIndicator 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
moreRowsIndicator(Int32) | |
moreRowsIndicator() |
moreRowsIndicator(Int32)
public:
virtual int moreRowsIndicator(int _value);
public virtual int moreRowsIndicator (int _value);
abstract member moreRowsIndicator : int -> int
override this.moreRowsIndicator : int -> int
Public Overridable Function moreRowsIndicator (_value As Integer) As Integer
Parameters
- _value
- Int32
Returns
Applies to
moreRowsIndicator()
public:
virtual int moreRowsIndicator();
public virtual int moreRowsIndicator ();
abstract member moreRowsIndicator : unit -> int
override this.moreRowsIndicator : unit -> int
Public Overridable Function moreRowsIndicator () As Integer