[]
        
(Showing Draft Content)

FarPoint.Web.Spread.SheetViewCollection.OnRemove

OnRemove Method

OnRemove(int, object)

Processes the OnRemove event, which removes a sheet in the collection.

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

Index of the sheet to remove

object value

Sheet to remove

Overrides