'Declaration Public Overloads Function GetConditionalFormats( _ ByVal row As Integer, _ ByVal column As Integer _ ) As ConditionalFormat()
'Usage Dim instance As DefaultSheetStyleModel 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 in the model
- column
- Column index of the cell in the model
Return Value
ConditionalFormat array containing the conditional formats