[]
        
(Showing Draft Content)

FarPoint.Web.Spread.SheetViewCollection.OnSetComplete

OnSetComplete Method

OnSetComplete(int, object, object)

Processes the OnSetComplete event, which sets a new sheet in the collection.

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

Index of the sheet to set

object oldValue

Old sheet at the index

object newValue

New sheet to be set at the index

Overrides