FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread.CellType 名前空間 : EditorFocusCursorPosition 列挙体 |
'Declaration Public Enum EditorFocusCursorPosition Inherits System.Enum
'使用法 Dim instance As EditorFocusCursorPosition
public enum EditorFocusCursorPosition : System.Enum
メンバ | 説明 |
---|---|
End | テキストを選択せずに、ポインタをコントロールのテキストの最後に配置します。 |
FirstInputPosition | テキストを選択せずに、ポインタをコントロール内の最初の入力位置に配置します。 |
Inherit | 位置はエディタのタイプと選択ポリシーによって決定されることを指定します。 |
MouseLocation | テキストを選択せずに、ポインタをポインタデバイスの位置に配置します。 |
SelectAll | ポインタをコントロールのテキストの先頭に配置します。 |
Dim celltest As New FarPoint.Win.Spread.CellType.GeneralCellType(); celltest.FocusPosition = FarPoint.Win.Spread.CellType.EditorFocusCursorPosition.MouseLocation; FpSpread1.Sheets[0].Cells[0, 0].CellType = celltest;
Dim celltest As New FarPoint.Win.Spread.CellType.GeneralCellType celltest.FocusPosition = FarPoint.Win.Spread.CellType.EditorFocusCursorPosition.MouseLocation FpSpread1.Sheets(0).Cells(0, 0).CellType = celltest
System.Object
System.ValueType
System.Enum
FarPoint.Win.Spread.CellType.EditorFocusCursorPosition