FarPoint.Win.Spread アセンブリ > FarPoint.Win.Spread 名前空間 > CellClickEventArgs クラス > CellClickEventArgs コンストラクタ : CellClickEventArgs コンストラクタ(SpreadView,Int32,Int32,Int32,Int32,MouseButtons,Boolean,Boolean,Boolean) |
'宣言
Public Function New( _ ByVal view As SpreadView, _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal x As Integer, _ ByVal y As Integer, _ ByVal button As MouseButtons, _ ByVal columnHeader As Boolean, _ ByVal rowHeader As Boolean, _ ByVal columnFooter As Boolean _ )
public CellClickEventArgs( SpreadView view, int row, int column, int x, int y, MouseButtons button, bool columnHeader, bool rowHeader, bool columnFooter )