Spread Windows Forms 6.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 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

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