[]
Gets a conditional format for the next row after the specified row.
ConditionalFormat[] GetRowConditionalFormats(ref int row, bool findNext)
Function GetRowConditionalFormats(ByRef row As Integer, findNext As Boolean) As ConditionalFormat()
Type | Name | Description |
---|---|---|
int | row | Row index |
bool | findNext | Whether to find the next cell |
Type | Description |
---|---|
ConditionalFormat[] | Conditionals format for the next row after the specified row. |