[]
Finds all conditional formatting that takes effect in the specified cell range.
public ConditionalFormatting[] Find(int row, int column, int rowCount, int columnCount)
Public Function Find(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer) As ConditionalFormatting()
Type | Name | Description |
---|---|---|
int | row | The row. |
int | column | The column. |
int | rowCount | The row count. |
int | columnCount | The column count. |
Type | Description |
---|---|
ConditionalFormatting[] |