'Declaration
Public Function IsBelongToSelection( _ ByVal row As Integer, _ ByVal column As Integer _ ) As Boolean
'Usage
Dim instance As WorksheetView Dim row As Integer Dim column As Integer Dim value As Boolean value = instance.IsBelongToSelection(row, column)
Parameters
- row
- An integer value indicates the row index.
- column
- An integer value indicates the column index.
Return Value
true
if the specified cell belong to the current selection(s); otherwise, false
.