







|
| EPPlus 3.0 |
| ExcelParagraphCollection..::.Add Method |
| ExcelParagraphCollection Class See Also Send Feedback |
Add a rich text string
Namespace:
OfficeOpenXml.Style
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
| C# |
|---|
public ExcelParagraph Add( string Text ) |
| Visual Basic (Declaration) |
|---|
Public Function Add ( _ Text As String _ ) As ExcelParagraph |
| Visual C++ |
|---|
public: ExcelParagraph^ Add( String^ Text ) |
Parameters
- Text
- Type: System..::.String
The text to add
Return Value
[Missing <returns> documentation for "M:OfficeOpenXml.Style.ExcelParagraphCollection.Add(System.String)"]
