GrapeCity MultiRow Windows Forms Documentation
ComparedCellIndex Property


Gets or sets the compared Cell's index.
Syntax
<RefreshPropertiesAttribute(RefreshProperties.All)>
<DefaultValueAttribute()>
<SRDescriptionAttribute("Indicates the target compared cell's index.")>
Public Property ComparedCellIndex As Integer
Dim instance As CompareCellValidator
Dim value As Integer
 
instance.ComparedCellIndex = value
 
value = instance.ComparedCellIndex
[RefreshProperties(RefreshProperties.All)]
[DefaultValue()]
[SRDescription("Indicates the target compared cell's index.")]
public int ComparedCellIndex {get; set;}

Property Value

A System.Int32 value that represents the target Cell's index. The default is -1.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionThe assigned value is less than -1.
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

CompareCellValidator Class
CompareCellValidator Members

 

 


Copyright © GrapeCity, inc. All rights reserved.