'宣言
Public Default Property Item( _ ByVal index As Integer _ ) As ReportSection
public ReportSection this[ int index ]; {get; set;}
パラメータ
- index
- The zero-based index of the element to get or set.
'宣言
Public Default Property Item( _ ByVal index As Integer _ ) As ReportSection
public ReportSection this[ int index ]; {get; set;}
例外 | 解説 |
---|---|
System.ArgumentOutOfRangeException | index is less than zero. -or- index is equal to or greater than Count. |