ContainsMultipleSelectedWorksheets Property
In This Topic
Gets a boolean value indicating whether there are more than one worksheet selected.
Syntax
'Declaration
Public ReadOnly Property ContainsMultipleSelectedWorksheets As Boolean
'Usage
Dim instance As Workbook
Dim value As Boolean
value = instance.ContainsMultipleSelectedWorksheets
public bool ContainsMultipleSelectedWorksheets {get;}
See Also