public bool MoveActiveOnFocus {get; set;}
'Declaration Public Property MoveActiveOnFocus As Boolean
'使用法 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-2015, GrapeCity inc. All rights reserved.