Spread for ASP.NET 12 Product Documentation
IndexOf Method (SheetViewCollection)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetViewCollection Class : IndexOf Method
Sheet whose index to return
Gets the index of a specified sheet in the collection.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal sheetView As SheetView _
) As Integer
'Usage
 
Dim instance As SheetViewCollection
Dim sheetView As SheetView
Dim value As Integer
 
value = instance.IndexOf(sheetView)
public int IndexOf( 
   SheetView sheetView
)

Parameters

sheetView
Sheet whose index to return
See Also

Reference

SheetViewCollection Class
SheetViewCollection Members