'Declaration
Public Function SelectNextDrawingObject( _ ByVal nextTo As Boolean, _ Optional ByVal fireEvent As Boolean _ ) As Boolean
'Usage
Dim instance As WorksheetDrawing Dim nextTo As Boolean Dim fireEvent As Boolean Dim value As Boolean value = instance.SelectNextDrawingObject(nextTo, fireEvent)
Parameters
- nextTo
true
if the next shape is selected; otherwise, the previous shape is selected.- fireEvent
Return Value
return true if the selected object has been changed, otherwise return false