Newer
Older
ClosedXML / ClosedXML / Excel / ConditionalFormats / Save / IXLCFConverter.cs
@Francois Botha Francois Botha on 30 May 2017 325 bytes Unknown changes - something to do with line endings?
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using DocumentFormat.OpenXml.Spreadsheet;

namespace ClosedXML.Excel
{
    internal interface IXLCFConverter
    {
        ConditionalFormattingRule Convert(IXLConditionalFormat cf, Int32 priority, XLWorkbook.SaveContext context);
    }
}