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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetViewCollection Class : Add Method
Sheet to add to a collection
Adds a sheet to a collection.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal sheetView As SheetView _
) 
'Usage
 
Dim instance As SheetViewCollection
Dim sheetView As SheetView
 
instance.Add(sheetView)
public void Add( 
   SheetView sheetView
)

Parameters

sheetView
Sheet to add to a collection
See Also

Reference

SheetViewCollection Class
SheetViewCollection Members