ActiveReports 13
Item(Int32) Property

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > StyleSheet Class > Item Property : Item(Int32) Property
Specifies the index of the Style to be returned.
Gets the StyleSheet object at the specified indexed location in the StyleSheetCollection.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal index As Integer _
) As Style
public Style Item( 
   int index
) {get;}

Parameters

index
Specifies the index of the Style to be returned.
See Also

Reference

StyleSheet Class
StyleSheet Members
Overload List