EPPlus 3.0 |
ExcelRichTextCollection..::.Item Property |
ExcelRichTextCollection Class See Also Send Feedback |
Collection containing the richtext objects
Namespace:
OfficeOpenXml.Style
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
C# |
---|
public ExcelRichText this[ int Index ] { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Default Property Item ( _ Index As Integer _ ) As ExcelRichText |
Visual C++ |
---|
public: property ExcelRichText^ default[int Index] { ExcelRichText^ get (int Index); } |
Parameters
- Index
- Type: System..::.Int32