MindFusion.Wpf Pack Programmer's Guide
NamedRangeCollection.RemoveAt Method
See Also
 





Removes the element at the specified index.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public void RemoveAt (
    int index
)

Visual Basic  Copy Code

Public Sub RemoveAt( _
    index As Integer _
)

 Parameters

index

The zero-based index of the element to remove.

 See Also

NamedRangeCollection Members
NamedRangeCollection Class
MindFusion.Spreadsheet.Wpf Namespace