MESCIUS SPREAD for Windows Forms 15.0J
ColumnFooter プロパティ (CellClickEventArgs)
使用例 

クリックされたセルが列フッタにあるかどうかを取得します。
構文
'宣言
 
Public ReadOnly Property ColumnFooter As Boolean
public bool ColumnFooter {get;}
使用例
次のサンプルコードは、ColumnFooterプロパティを使用します。
private void fpSpread1_CellClick(object sender, FarPoint.Win.Spread.CellClickEventArgs e)
        {
            listBox1.Items.Add(e.ColumnFooter.ToString());
        }
Private Sub fpSpread1_CellClick(ByVal sender As Object, ByVal e As FarPoint.Win.Spread.CellClickEventArgs) Handles fpSpread1.CellClick
        ListBox1.Items.Add(e.ColumnFooter.ToString())
End Sub
参照

CellClickEventArgs クラス
CellClickEventArgs メンバ

 

 


© MESCIUS inc. All rights reserved.