ByRef (Visual Basic)
Specifies that an argument is passed in such a way that the called procedure can change the value of a variable underlying the argument in the calling code.
Remarks
The ByRef
modifier can be used in these contexts:
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.