Spread Windows Forms 7.0 Product Documentation
RowSelectorState Enumeration
Example  See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : RowSelectorState Enumeration


Glossary Item Box

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

Visual Basic (Declaration) 
Public Enum RowSelectorState 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As RowSelectorState
C# 
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.
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.
C#Copy Code
fpSpread1.Sheets[0].ShowRowSelector = true;
Visual BasicCopy Code
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 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.