C1.Win.FlexGrid Namespace / MarqueeBorderMode Enumeration

MarqueeBorderMode Enumeration
Determines the position of the marquee border relative to the selected cells range.
Syntax
'Declaration
 
Public Enum MarqueeBorderMode 
   Inherits System.Enum
 
Members
MemberDescription
CellRangeThe marquee border is drawn around the entire selected cells range.
NoneThe marquee border is not drawn.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.FlexGrid.MarqueeBorderMode

See Also