Spread Windows Forms 12.0 Product Documentation
Item Property (FpStatusBarElementCollection)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > FpStatusBarElementCollection Class : Item Property
The zero-based index of the element to get
Gets the element at the specified index.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As IFpStatusBarElement
'Usage
 
Dim instance As FpStatusBarElementCollection
Dim index As Integer
Dim value As IFpStatusBarElement
 
value = instance.Item(index)
public IFpStatusBarElement this[ 
   int index
]; {get;}

Parameters

index
The zero-based index of the element to get
See Also

Reference

FpStatusBarElementCollection Class
FpStatusBarElementCollection Members