Newer
Older
ClosedXML / ClosedXML / Excel / ConditionalFormats / Save / IXLCFConverterExtension.cs
@Javier Goñi Aguirre Javier Goñi Aguirre on 3 Aug 2017 326 bytes Añadido Databar con valores negativos
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using DocumentFormat.OpenXml.Office2010.Excel;

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