Class ExcelParagraph
- Namespace
- OfficeOpenXml.Style
- Assembly
- EPPlus.dll
Handels paragraph text
public sealed class ExcelParagraph : ExcelTextFont
- Inheritance
-
ExcelParagraph
- Inherited Members
Properties
IsFirstInParagraph
If the paragraph is the first in the collection
public bool IsFirstInParagraph { get; }
Property Value
IsLastInParagraph
If the paragraph is the last in the collection
public bool IsLastInParagraph { get; }
Property Value
Text
Text
public string Text { get; set; }