'Declaration Public Property CanFocus As Boolean
'Declaration
Public Property CanFocus As Boolean
public bool CanFocus {get; set;}
fpSpread1.ActiveSheet.Cells[2, 2].CanFocus = false;
fpSpread1.ActiveSheet.Cells(2, 2).CanFocus = False
Cell クラス Cell メンバ
© MESCIUS inc. All rights reserved.