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