public bool MoveActiveOnFocus {get; set;}
'Declaration Public Property MoveActiveOnFocus As Boolean
'Declaration
Public Property MoveActiveOnFocus As Boolean
'使用法 Dim instance As SpreadView Dim value As Boolean instance.MoveActiveOnFocus = value value = instance.MoveActiveOnFocus
'使用法
Dim instance As SpreadView Dim value As Boolean instance.MoveActiveOnFocus = value value = instance.MoveActiveOnFocus
FarPoint.Win.Spread.SpreadView sv = fpSpread1.GetRootWorkbook(); sv.MoveActiveOnFocus = false;
Dim sv As FarPoint.Win.Spread.SpreadView = FpSpread1.GetRootWorkbook sv.MoveActiveOnFocus = False
SpreadView クラス SpreadView メンバ
選択
© 2004-2017, GrapeCity inc. All rights reserved.