ActiveReports Developer 7
IndexOf Method
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace > StyleSheet Class : IndexOf Method

value

The StyleSheet object to locate in the collection.

Glossary Item Box

Returns the index of the first occurrence of a value in the collection.

Syntax

Visual Basic (Declaration) 
Public Function IndexOf( _
   ByVal value As System.Object _
) As System.Integer
C# 
public System.int IndexOf( 
   System.object value
)

Parameters

value

The StyleSheet object to locate in the collection.

See Also