SelectAll Method (WorksheetDrawing)
In This Topic
Select all shapes. a boolean value indicates whether executed from an UI action.
Syntax
'Declaration
Public Sub SelectAll( _
Optional ByVal As Boolean, _
Optional ByVal As Boolean _
)
'Usage
Dim instance As WorksheetDrawing
Dim fireEvent As Boolean
Dim isUIAction As Boolean
instance.SelectAll(fireEvent, isUIAction)
public void SelectAll(
bool ,
bool
)
Parameters
- fireEvent
- isUIAction
- a boolean value indicates whether executed from an UI action.
See Also