|
| EPPlus 3.0 |
| ExcelDataValidationCollection..::.Item Property (Int32) |
| ExcelDataValidationCollection Class See Also Send Feedback |
Index operator, returns by 0-based index
Namespace:
OfficeOpenXml.DataValidation
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
| C# |
|---|
public IExcelDataValidation this[ int index ] { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Default Property Item ( _ index As Integer _ ) As IExcelDataValidation |
| Visual C++ |
|---|
public: property IExcelDataValidation^ default[int index] { IExcelDataValidation^ get (int index); void set (int index, IExcelDataValidation^ value); } |
Parameters
- index
- Type: System..::.Int32
