[]
Gets a conditional format from the cell at the specified row and column.
ConditionalFormat[] GetConditionalFormats(int row, int column)
Function GetConditionalFormats(row As Integer, column As Integer) As ConditionalFormat()
Type | Description |
---|---|
ConditionalFormat[] |
Gets a conditional format for the next cell after the cell at the specified row and column.
ConditionalFormat[] GetConditionalFormats(ref int row, ref int column, bool findNext)
Function GetConditionalFormats(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[] |