'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
Boolean: true if any cell in the specified column is selected; false otherwise