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