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
  
    - Indexint
Property Value
  
    - ExcelParagraph
  Text
  
  
  
  
  
    public string Text { get; set; }
   
  Property Value
  
    - string
Methods
  
  
  Add(string)
  
  
  
  
  
    public ExcelParagraph Add(string Text)
   
  Parameters
  
    - Textstring
Returns
  
    - ExcelParagraph
  Clear()
  
  
  
  
  
  
  
  Remove(ExcelRichText)
  
  
  
  
  
    public void Remove(ExcelRichText Item)
   
  Parameters
  
    - ItemExcelRichText
  RemoveAt(int)
  
  
  
  
  
    public void RemoveAt(int Index)
   
  Parameters
  
    - Indexint