GrapeCity.Win.MultiRow Namespace > HeaderDropDownList Class : EndRow Property |
<SRCategoryAttribute("Appearance")> <RefreshPropertiesAttribute(RefreshProperties.All)> <SRDescriptionAttribute("Indicates the index of the end row of the corresponding cells. The filter and sort items can only operate in the cells between StartRow and EndRow.")> <DefaultValueAttribute()> Public Property EndRow As Integer
Dim instance As HeaderDropDownList Dim value As Integer instance.EndRow = value value = instance.EndRow
[SRCategory("Appearance")] [RefreshProperties(RefreshProperties.All)] [SRDescription("Indicates the index of the end row of the corresponding cells. The filter and sort items can only operate in the cells between StartRow and EndRow.")] [DefaultValue()] public int EndRow {get; set;}
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | The assigned value is less than 0. |
If both the StartRow property value and the EndRow property value are 0, all rows should be affected by this HeaderDropDownList.
If the StartRow property value is not 0, or the EndRow property value is not 0, the rows whose index is between StartRow and EndRow are affected by this HeaderDropDownList.
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