Newer
Older
ClosedXML / ClosedXML / Excel / RichText / IXLRichText.cs
@Francois Botha Francois Botha on 30 May 2017 156 bytes Unknown changes - something to do with line endings?
using System;
using System.Collections.Generic;

namespace ClosedXML.Excel
{
    public interface IXLRichText : IXLFormattedText<IXLRichText>
    {
    }
}