FormBuildDataSource.insertAtEnd 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
insertAtEnd() | |
insertAtEnd(Boolean) |
insertAtEnd()
public:
virtual bool insertAtEnd();
public virtual bool insertAtEnd ();
abstract member insertAtEnd : unit -> bool
override this.insertAtEnd : unit -> bool
Public Overridable Function insertAtEnd () As Boolean
Returns
Applies to
insertAtEnd(Boolean)
public:
virtual bool insertAtEnd(bool _value);
public virtual bool insertAtEnd (bool _value);
abstract member insertAtEnd : bool -> bool
override this.insertAtEnd : bool -> bool
Public Overridable Function insertAtEnd (_value As Boolean) As Boolean
Parameters
- _value
- Boolean