In This Topic
Gets the DDSheet at the specified index. In C#, this property is an indexer for the DDSheets class.
Syntax
'Declaration
Public Overloads ReadOnly Property Item( _
ByVal As Integer _
) As DDSheet
public DDSheet Item(
int
) {get;}
Parameters
- iIndex
See Also