Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Workbook Class / ContainsMultipleSelectedWorksheets Property


In This Topic
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
See Also