[]
        
(Showing Draft Content)

FarPoint.Web.Spread.IConditionalFormatSupport.GetCellConditionalFormats

GetCellConditionalFormats Method

GetCellConditionalFormats(ref int, ref int, bool)

Gets a conditional format for the next cell after the cell at the specified row and column.

Declaration
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()
Parameters
Type Name Description
int row

Row index of cell

int column

Column index of cell

bool findNext

Whether to find the next cell

Returns
Type Description
ConditionalFormat[]