Spread Windows Forms 9.0 Product Documentation
RowSelectorState Enumeration
Example Example 


Specifies the state of the row header selector for the current selected row, so the row renderer knows which row header selector image to draw.
Syntax
'Declaration
 
Public Enum RowSelectorState 
   Inherits System.Enum
'Usage
 
Dim instance As RowSelectorState
public enum RowSelectorState : System.Enum 
Members
MemberDescription
ActiveThe row header selector is enabled, and currently in use for the row.
DisabledThe row header selector is enabled, but the Spread control is disabled.
EditingThe row header selector is enabled, but the Spread control is in edit mode.
NoneThe row header selector is not enabled.
UnusedThe row header selector is enabled, but not currently in use for the row.
Example
This example sets the RowSelectorState enumeration.
fpSpread1.Sheets[0].ShowRowSelector = true;
FpSpread1.Sheets(0).ShowRowSelector = True
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.RowSelectorState

Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

FarPoint.Win.Spread Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.