| Visual Basic (Declaration) | |
|---|---|
Public Enum SelectionUnit Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum SelectionUnit : Enum | |
| Member | Description |
|---|---|
| Cell | [0] Indicates that the smallest unit that can be selected is a cell |
| Row | [1] Indicates that the smallest unit that can be selected is a row |
| Column | [2] Indicates that the smallest unit that can be selected is a column |
This example specifies that the smallest unit that can be selected is a cell.
| C# | Copy Code |
|---|---|
FarPoint.Win.Spread.Model.DefaultSheetSelectionModel defselModel = new FarPoint.Win.Spread.Model.DefaultSheetSelectionModel(); | |
| Visual Basic | Copy Code |
|---|---|
Dim defselModel As New FarPoint.Win.Spread.Model.DefaultSheetSelectionModel() | |
System.Object
System.ValueType
System.Enum
FarPoint.Win.Spread.Model.SelectionUnit