FarPoint.Win.Spread アセンブリ > FarPoint.Win.Spread.CellType 名前空間 : EditorFocusCursorPosition 列挙体 |
'宣言
Public Enum EditorFocusCursorPosition Inherits System.Enum
public enum EditorFocusCursorPosition : System.Enum
メンバ | 解説 |
---|---|
End | テキストを選択せずに、ポインタをコントロールの テキストの最後に配置します。 |
FirstInputPosition | テキストを選択せずに、ポインタをコントロール内の最初の入力位置に配置します。 |
Inherit | 位置はエディタのタイプと選択ポリシーによって決定されることを指定します。 |
MouseLocation | テキストを選択せずに、ポインタをポインタデバイスの位置に配置します。 |
SelectAll | ポインタをコントロールのテキストの先頭に配置します。 |
FarPoint.Win.Spread.CellType.GeneralCellType celltest = 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