共用方式為


Cursor.SetSelectionPosition(Double, Double) 方法

定義

以指定的座標軸值設定圖表區域中的選取範圍位置。

public:
 void SetSelectionPosition(double newStart, double newEnd);
public void SetSelectionPosition (double newStart, double newEnd);
member this.SetSelectionPosition : double * double -> unit
Public Sub SetSelectionPosition (newStart As Double, newEnd As Double)

參數

newStart
Double

範圍選取的新起始位置。 以沿著相關軸上的值表示。

newEnd
Double

範圍選取的新結束位置。 以沿著相關軸上的值表示。

適用於