'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 the column is selected; false otherwise