Gets information about whether the worksheet is selected or not.
public System.bool IsSelected(
XLSheet
)
'Declaration
Public Function IsSelected( _
ByVal As XLSheet _
) As System.Boolean
Parameters
- sheet
- The XLSheet object.
Return Value
true if is selected, owervise false.