GrapeCity.Win.MultiRow Namespace > ColumnHeaderSectionCollection Class : Insert Method |
<FeatureAttribute(Name="RowCollection", Version="v5.0")> Public Sub Insert( _ ByVal index As Integer, _ ByVal item As ColumnHeaderSection _ )
Dim instance As ColumnHeaderSectionCollection Dim index As Integer Dim item As ColumnHeaderSection instance.Insert(index, item)
[Feature(Name="RowCollection", Version="v5.0")] public void Insert( int index, ColumnHeaderSection item )
Exception | Description |
---|---|
System.NotSupportedException | The ColumnHeaderSectionCollection is read-only. |
System.ArgumentNullException | The item is a null reference (Nothing in Visual Basic). |
System.ArgumentOutOfRangeException | The index is less than 0 or greater than the number of ColumnHeaderSections in the collection. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2