[]
        
(Showing Draft Content)

FarPoint.Web.Spread.IConditionalFormatSupport.GetRowConditionalFormats

GetRowConditionalFormats Method

GetRowConditionalFormats(ref int, bool)

Gets a conditional format for the next row after the specified row.

Declaration
ConditionalFormat[] GetRowConditionalFormats(ref int row, bool findNext)
Function GetRowConditionalFormats(ByRef row As Integer, findNext As Boolean) As ConditionalFormat()
Parameters
Type Name Description
int row

Row index

bool findNext

Whether to find the next cell

Returns
Type Description
ConditionalFormat[]