FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > SpreadView クラス : MoveActiveOnFocus プロパティ |
'Declaration Public Property MoveActiveOnFocus As Boolean
'使用法 Dim instance As SpreadView Dim value As Boolean instance.MoveActiveOnFocus = value value = instance.MoveActiveOnFocus
public bool MoveActiveOnFocus {get; set;}
FarPoint.Win.Spread.SpreadView sv = fpSpread1.GetRootWorkbook();
sv.MoveActiveOnFocus = false;
Dim sv As FarPoint.Win.Spread.SpreadView = FpSpread1.GetRootWorkbook sv.MoveActiveOnFocus = False