'宣言 Public Overridable Function GetRowVisible( _ ByVal row As Integer _ ) As Boolean
'宣言
Public Overridable Function GetRowVisible( _ ByVal row As Integer _ ) As Boolean
public virtual bool GetRowVisible( int row )
listBox1.Items.Add(fpSpread1.Sheets[0].GetRowVisible(5).ToString());
ListBox1.Items.Add(FpSpread1.Sheets(0).GetRowVisible(5).ToString())
SheetView クラス SheetView メンバ
© MESCIUS inc. All rights reserved.