Spread for ASP.NET 12 Product Documentation
GetSheetView Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetViewCollection Class : GetSheetView Method
Name of the sheet
Gets the sheet with the specified name from the collection.
Syntax
'Declaration
 
Public Function GetSheetView( _
   ByVal name As String _
) As SheetView
'Usage
 
Dim instance As SheetViewCollection
Dim name As String
Dim value As SheetView
 
value = instance.GetSheetView(name)
public SheetView GetSheetView( 
   string name
)

Parameters

name
Name of the sheet
See Also

Reference

SheetViewCollection Class
SheetViewCollection Members