Also, I have this working:
Thanks
if (row.Cell(2).Style.Font.FontColor == XLColor.Red)
{
//do some stuff
}
However, some of the text is black, and part of it is red- that does not seem to get matched. AutoFilter on Text Color will pick up partial matching in a cell; I just need to have a ClosedXML way to do it.Thanks