Class XlsxCellRichText
public class XlsxCellRichText : XlsxCellBase
- Inheritance
-
XlsxCellRichText
- Inherited Members
- Extension Methods
Constructors
XlsxCellRichText(int, int, int, int)
public XlsxCellRichText(int colIndex, int rowIndex, int colSpan = 1, int rowSpan = 1)
Parameters
Properties
Items
public IReadOnlyList<XlsxCellRichText.TextItem> Items { get; }
Property Value
Methods
AddText(string, bool)
public XlsxCellRichText.TextItem AddText(string value, bool isBold = false)
Parameters
Returns
ApplyInternal(ExcelRange)
protected override void ApplyInternal(ExcelRange cell)
Parameters
cellExcelRange