[]
Finds all rules which take effect in the specified cell.
public IConditionalFormattingRule[] FindRules(int row, int column)
Public Function FindRules(row As Integer, column As Integer) As IConditionalFormattingRule()
| Type | Name | Description |
|---|---|---|
| int | row | The row. |
| int | column | The column. |
| Type | Description |
|---|---|
| IConditionalFormattingRule[] | Array IConditionalFormattingRule that takes effect in the specified cell. |