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