FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FilterItemCollection Class : Insert Method |
'Declaration Public Sub Insert( _ ByVal index As Integer, _ ByVal filterItem As IFilterItem _ )
'Usage Dim instance As FilterItemCollection Dim index As Integer Dim filterItem As IFilterItem instance.Insert(index, filterItem)
public void Insert( int index, IFilterItem filterItem )
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | Specified index is out of range; must be between 0 and the total number of filters in the collection |
System.ArgumentException | No display name or length of the display name of the specified custom filter is zero |
System.ArgumentException | No specified custom filter or specified custom filter is null |
System.ArgumentException | Specified custom filter display name already exists in the collection; the name must be unique |
Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional