Class ExcelRichTextCollection
- Namespace
- OfficeOpenXml.Style
- Assembly
- Magicodes.EPPlus.dll
public class ExcelRichTextCollection : XmlHelper, IEnumerable<ExcelRichText>, IEnumerable
- Inheritance
-
ExcelRichTextCollection
- Implements
-
- Inherited Members
-
- Extension Methods
-
Properties
Count
public int Count { get; }
Property Value
- int
this[int]
public ExcelRichText this[int Index] { get; }
Parameters
Index
int
Property Value
- ExcelRichText
Text
public string Text { get; set; }
Property Value
- string
Methods
Add(string)
public ExcelRichText Add(string Text)
Parameters
Text
string
Returns
- ExcelRichText
Clear()
Insert(int, string)
public ExcelRichText Insert(int index, string text)
Parameters
index
int
text
string
Returns
- ExcelRichText
Remove(ExcelRichText)
public void Remove(ExcelRichText Item)
Parameters
Item
ExcelRichText
RemoveAt(int)
public void RemoveAt(int Index)
Parameters
Index
int