| Visual Basic (Declaration) | |
|---|---|
Public Enum SelectionBlockOptions Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum SelectionBlockOptions : Enum | |
| Member | Description |
|---|---|
| None | [0] Does not allow selections |
| Cells | [1] Allows the user to select a range of cells |
| Rows | [2] Allows the user to select a row or rows of cells |
| Columns | [4] Allows the user to select a column or columns of cells |
| Sheet | [8] Allows the user to select the entire sheet of cells by clicking the sheet corner |
| C# | Copy Code |
|---|---|
FarPoint.Win.Spread.FpSpread fpSpread1 = new FarPoint.Win.Spread.FpSpread(); | |
| Visual Basic | Copy Code |
|---|---|
Dim fpSpread1 As New FarPoint.Win.Spread.FpSpread() | |
System.Object
System.ValueType
System.Enum
FarPoint.Win.Spread.SelectionBlockOptions
Reference
FarPoint.Win.Spread NamespaceSelectionBlockOptions Property (FpSpread Class)
OperationMode Enumeration