Gets the DDSheet at the specified index.
'Declaration
Public Overloads ReadOnly Property Item( _
ByVal As Integer _
) As DDSheet
public DDSheet Item(
int
) {get;}
Parameters
- iIndex
Property Value
A
DDSheet object, at the specified index in this collection.