GrapeCity MultiRow Windows Forms Documentation
AllowCellNameComparisonIgnoreCase Property


Gets or sets a value that indicates whether to ignore case when the user retrieves the Cell using CellName.
Syntax
<DefaultValueAttribute()>
<BrowsableAttribute(False)>
Public Property AllowCellNameComparisonIgnoreCase As Boolean
Dim instance As Template
Dim value As Boolean
 
instance.AllowCellNameComparisonIgnoreCase = value
 
value = instance.AllowCellNameComparisonIgnoreCase
[DefaultValue()]
[Browsable(false)]
public bool AllowCellNameComparisonIgnoreCase {get; set;}

Property Value

true to ignore case when the user retrieves the Cell through CellName; otherwise, false. The default is false.
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

Template Class
Template Members

 

 


Copyright © GrapeCity, inc. All rights reserved.