GrapeCity MultiRow Windows Forms Documentation
MultiRowSelectionMode Enumeration


Specifies how to select the GcMultiRow's cell or sections when clicking a HeaderCell.
Syntax
Public Enum MultiRowSelectionMode 
   Inherits System.Enum
Dim instance As MultiRowSelectionMode
public enum MultiRowSelectionMode : System.Enum 
Members
MemberDescription
AllRowsSpecifies that all rows in GcMultiRow are selected.
ContainedCellsSpecifies that cells whose boundaries are contained by the header are selected.
IntersectedCellsSpecifies that cells whose boundaries are intersected by the header are selected.
NoneSpecifies that no cell is selected.
RowSpecifies that the row which contains the header is selected.
Inheritance Hierarchy

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

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
SelectionMode Property
SelectionMode Property
SelectionMode Property

 

 


Copyright © GrapeCity, inc. All rights reserved.