Visual Basic (Declaration) | |
---|---|
Public Enum RowSelectorState Inherits System.Enum |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RowSelectorState |
C# | |
---|---|
public enum RowSelectorState : System.Enum |
Member | Description |
---|---|
Active | The row header selector is enabled, and currently in use for the row. |
Disabled | The row header selector is enabled, but the Spread control is disabled. |
None | The row header selector is not enabled. |
Unused | The row header selector is enabled, but not currently in use for the row. |
This example sets the RowSelectorState enumeration.
C# | Copy Code |
---|---|
fpSpread1.Sheets[0].ShowRowSelector = true; |
Visual Basic | Copy Code |
---|---|
FpSpread1.Sheets(0).ShowRowSelector = True |
System.Object
System.ValueType
System.Enum
FarPoint.Win.Spread.RowSelectorState
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8