'Declaration Public Overloads Function GetConditionalFormats( _ ByVal row As Integer, _ ByVal column As Integer _ ) As ConditionalFormat()
'Usage Dim instance As SheetView Dim row As Integer Dim column As Integer Dim value() As ConditionalFormat value = instance.GetConditionalFormats(row, column)
public ConditionalFormat[] GetConditionalFormats( int row, int column )
Parameters
- row
- Row index of the cell
- column
- Column index of the cell
Return Value
ConditionalFormat object containing the conditional formatting