C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / TabPositionCollection Class / Item Property
The index in the current collection.

In This Topic
Item Property (TabPositionCollection)
In This Topic
Gets or sets the TabPosition at the specified index.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As TabPosition
 

Parameters

index
The index in the current collection.

Property Value

The TabPosition at the specified index.
See Also