GrapeCity MultiRow Windows Forms Documentation
MergedCellsSelectionMode Enumeration


Specifies how to select and edit the merged cell.
Syntax
Public Enum MergedCellsSelectionMode 
   Inherits System.Enum
Dim instance As MergedCellsSelectionMode
public enum MergedCellsSelectionMode : System.Enum 
Members
MemberDescription
AllIf one cell in the merged cell is selected, the entire merged cell is selected and if one cell in the merged cell is edited by a UIAction, all values in the merged cell are changed.
IndividuallyCan select and edit an individual cell in the merged cell, and merged cells automatically break after editing.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Win.MultiRow.MergedCellsSelectionMode

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

GrapeCity.Win.MultiRow Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.