EPPlus 3.0 |
ExcelParagraphCollection..::.Item Property |
ExcelParagraphCollection Class See Also Send Feedback |
[Missing <summary> documentation for "P:OfficeOpenXml.Style.ExcelParagraphCollection.Item(System.Int32)"]
Namespace:
OfficeOpenXml.Style
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
C# |
---|
public ExcelParagraph this[ int Index ] { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Default Property Item ( _ Index As Integer _ ) As ExcelParagraph |
Visual C++ |
---|
public: property ExcelParagraph^ default[int Index] { ExcelParagraph^ get (int Index); } |
Parameters
- Index
- Type: System..::.Int32