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