







|
| EPPlus 3.0 |
| ExcelRichTextCollection..::.Remove Method |
| ExcelRichTextCollection Class See Also Send Feedback |
Removes an item
Namespace:
OfficeOpenXml.Style
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
| C# |
|---|
public void Remove( ExcelRichText Item ) |
| Visual Basic (Declaration) |
|---|
Public Sub Remove ( _ Item As ExcelRichText _ ) |
| Visual C++ |
|---|
public: void Remove( ExcelRichText^ Item ) |
Parameters
- Item
- Type: OfficeOpenXml.Style..::.ExcelRichText
[Missing <param name="Item"/> documentation for "M:OfficeOpenXml.Style.ExcelRichTextCollection.Remove(OfficeOpenXml.Style.ExcelRichText)"]
