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