GrapeCity MultiRow Windows Forms Documentation
ComparedCellName Property


Gets or sets the compared Cell's name.
Syntax
<TypeConverterAttribute("GrapeCity.Win.MultiRow.Design.ValidatorCellNameTypeConverter, GrapeCity.Win.MultiRow, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")>
<DefaultValueAttribute()>
<SRDescriptionAttribute("Indicates the target compared cell's name.")>
<RefreshPropertiesAttribute(RefreshProperties.All)>
Public Property ComparedCellName As String
Dim instance As CompareCellValidator
Dim value As String
 
instance.ComparedCellName = value
 
value = instance.ComparedCellName
[TypeConverter("GrapeCity.Win.MultiRow.Design.ValidatorCellNameTypeConverter, GrapeCity.Win.MultiRow, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")]
[DefaultValue()]
[SRDescription("Indicates the target compared cell's name.")]
[RefreshProperties(RefreshProperties.All)]
public string ComparedCellName {get; set;}

Property Value

A System.String value that represents the target Cell's name. The default is String.Empty.
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.