Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableStyleCollection Class / Item Property / Item(Int32) Property
Item index.


In This Topic
Item(Int32) Property
In This Topic
Gets a TableStyle object.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal index As Integer _
) As TableStyle
 
'Usage
 
Dim instance As TableStyleCollection
Dim index As Integer
Dim value As TableStyle
 
value = instance.Item(index)

Parameters

index
Item index.

Property Value

A TableStyle object.
See Also