'Declaration Public Overloads Function GetConditionalFormats( _ ByRef row As Integer, _ ByRef column As Integer, _ ByVal findNext As Boolean _ ) As ConditionalFormat()
'Usage Dim instance As SheetView Dim row As Integer Dim column As Integer Dim findNext As Boolean Dim value() As ConditionalFormat value = instance.GetConditionalFormats(row, column, findNext)
Parameters
- row
- Row index of the first cell
- column
- Column index of the first cell
- findNext
- Whether to continue to find cells with conditional formats
Return Value
ConditionalFormat object containing the conditional formatting