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

範圍選擇的新終點位置。 以相關軸的數值來衡量。

適用於