public void SetColumnAllowFilter( int column, int count, bool allowFilter )
'Declaration Public Overloads Sub SetColumnAllowFilter( _ ByVal column As Integer, _ ByVal count As Integer, _ ByVal allowFilter As Boolean _ )
'Declaration
Public Overloads Sub SetColumnAllowFilter( _ ByVal column As Integer, _ ByVal count As Integer, _ ByVal allowFilter As Boolean _ )
'使用法 Dim instance As SheetView Dim column As Integer Dim count As Integer Dim allowFilter As Boolean instance.SetColumnAllowFilter(column, count, allowFilter)
'使用法
Dim instance As SheetView Dim column As Integer Dim count As Integer Dim allowFilter As Boolean instance.SetColumnAllowFilter(column, count, allowFilter)
fpSpread1.Sheets[0].SetColumnAllowFilter(0, 2, true);
FpSpread1.Sheets(0).SetColumnAllowFilter(0, 2, True)
SheetView クラス SheetView メンバ オーバーロード一覧
© 2004-2017, GrapeCity inc. All rights reserved.