'Usage Dim instance As ISheetSelectionModel Dim row As Integer Dim value As Boolean value = instance.IsAnyCellInRowSelected(row)
Parameters
- row
- Index of row to check
Return Value
Boolean: true if any cell in the specified column is selected; false otherwise