[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetViewCollection.Insert

Insert Method

Insert(int, SheetView)

Inserts a sheet into the collection at the specified index.

Declaration
public virtual void Insert(int index, SheetView sheetView)
Public Overridable Sub Insert(index As Integer, sheetView As SheetView)
Parameters
Type Name Description
int index

Zero-based index at which to insert the sheet

SheetView sheetView

Sheet (SheetView object) to insert into the collection

Exceptions
Type Condition
ArgumentNullException

Sheet is not specified (that is, specified sheet is null)