GrapeCity MultiRow Windows Forms Documentation
EndRow Property


Gets or sets the cell index of the end row. The filter and sort items only work in cells between the StartRow and EndRow.
Syntax
<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;}

Property Value

An System.Int32 that indicates the end row. The default is System.Int32.MaxValue.
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 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.

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.