GrapeCity MultiRow Windows Forms Documentation
StartRow Property


Gets or sets the start row index. The filter and sort items only operate on the cells between StartRow and EndRow.
Syntax
<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;}

Property Value

The start row of the corresponding cells. The default is 0.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionThe assigned value is less than 0.
Remarks

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.

Requirements

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

See Also

Reference

HeaderDropDownList Class
HeaderDropDownList Members

 

 


Copyright © GrapeCity, inc. All rights reserved.