[]
        
(Showing Draft Content)

FarPoint.Web.Spread.SheetViewCollection.OnSet

OnSet Method

OnSet(int, object, object)

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

Declaration
protected override void OnSet(int index, object oldValue, object newValue)
Protected Overrides Sub OnSet(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