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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetViewCollection Class : AddRange Method
Collection of sheets
Adds a range of sheets to a collection.
Syntax
'Declaration
 
Public Sub AddRange( _
   ByVal c As ICollection _
) 
'Usage
 
Dim instance As SheetViewCollection
Dim c As ICollection
 
instance.AddRange(c)
public void AddRange( 
   ICollection c
)

Parameters

c
Collection of sheets
See Also

Reference

SheetViewCollection Class
SheetViewCollection Members