GrapeCity.Win.MultiRow Namespace > HeaderDropDownList Class > HeaderDropDownList Constructor : HeaderDropDownList Constructor(Int32,IEnumerable<DropDownItem>) |
Public Function New( _ ByVal cellIndex As Integer, _ ByVal dropDownItems As IEnumerable(Of DropDownItem) _ )
Dim cellIndex As Integer Dim dropDownItems As IEnumerable(Of DropDownItem) Dim instance As New HeaderDropDownList(cellIndex, dropDownItems)
public HeaderDropDownList( int cellIndex, IEnumerable<DropDownItem> dropDownItems )
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | The cellIndex is less than 0. |
System.ArgumentNullException | The dropDownItems parameter is a null reference (Nothing in Visual Basic). |
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