[]
        
(Showing Draft Content)

FarPoint.Web.Spread.SheetViewCollection.OnInsertComplete

OnInsertComplete Method

OnInsertComplete(int, object)

Processes the OnInsertComplete event, which inserts a sheet in the collection.

Declaration
protected override void OnInsertComplete(int index, object value)
Protected Overrides Sub OnInsertComplete(index As Integer, value As Object)
Parameters
Type Name Description
int index

Index at which to insert the sheet

object value

Sheet to insert

Overrides