GrapeCity.Win.MultiRow Namespace > HeaderDropDownList Class : StartRow Property |
<RefreshPropertiesAttribute(RefreshProperties.All)> <DefaultValueAttribute()> <SRCategoryAttribute("Appearance")> <SRDescriptionAttribute("Indicates the index of the start row of the corresponding cells. The filter and sort items can only operate in the cells between StartRow and EndRow.")> Public Property StartRow As Integer
Dim instance As HeaderDropDownList Dim value As Integer instance.StartRow = value value = instance.StartRow
[RefreshProperties(RefreshProperties.All)] [DefaultValue()] [SRCategory("Appearance")] [SRDescription("Indicates the index of the start row of the corresponding cells. The filter and sort items can only operate in the cells between StartRow and EndRow.")] public int StartRow {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 are affected by this HeaderDropDownList.
If the StartRow property value 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