GrapeCity MultiRow Windows Forms Documentation
MergedCellsSelectionMode Property


Gets or sets the value that indicates how to select and edit the merged cell's by UI actions.
Syntax
<SRDescriptionAttribute("Indicates how to select and edit the merged cells using UI actions.")>
<DefaultValueAttribute()>
<SRCategoryAttribute("Behavior")>
Public Property MergedCellsSelectionMode As MergedCellsSelectionMode
Dim instance As GcMultiRow
Dim value As MergedCellsSelectionMode
 
instance.MergedCellsSelectionMode = value
 
value = instance.MergedCellsSelectionMode
[SRDescription("Indicates how to select and edit the merged cells using UI actions.")]
[DefaultValue()]
[SRCategory("Behavior")]
public MergedCellsSelectionMode MergedCellsSelectionMode {get; set;}

Property Value

One of the MergedCellsSelectionMode values. The default is MergedCellsSelectionMode.All.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionThe specified value is not one of the MergedCellsSelectionMode values.
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

GcMultiRow Class
GcMultiRow Members

 

 


Copyright © GrapeCity, inc. All rights reserved.