[]
        
(Showing Draft Content)

FarPoint.Web.Spread.IConditionalFormatSupport.GetConditionalFormats

GetConditionalFormats Method

GetConditionalFormats(int, int)

Gets a conditional format from the cell at the specified row and column.

Declaration
ConditionalFormat[] GetConditionalFormats(int row, int column)
Function GetConditionalFormats(row As Integer, column As Integer) As ConditionalFormat()
Parameters
Type Name Description
int row

Row index of cell

int column

Column index of cell

Returns
Type Description
ConditionalFormat[]

GetConditionalFormats(ref int, ref int, bool)

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

Declaration
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()
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[]