Table of Contents

Class XlsxCellRichText

Namespace
Shift.Toolbox
Assembly
Shift.Toolbox.dll
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

colIndex int
rowIndex int
colSpan int
rowSpan int

Properties

Items

public IReadOnlyList<XlsxCellRichText.TextItem> Items { get; }

Property Value

IReadOnlyList<XlsxCellRichText.TextItem>

Methods

AddText(string, bool)

public XlsxCellRichText.TextItem AddText(string value, bool isBold = false)

Parameters

value string
isBold bool

Returns

XlsxCellRichText.TextItem

ApplyInternal(ExcelRange)

protected override void ApplyInternal(ExcelRange cell)

Parameters

cell ExcelRange