[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.Xaml.XamlCollection-1.RemoveAt

RemoveAt Method

RemoveAt(int)

Removes a sheet from the collection.

Declaration
public virtual void RemoveAt(int index)
Public Overridable Sub RemoveAt(index As Integer)
Parameters
Type Name Description
int index

An int value that indicates the position of the sheet to remove.

Implements