'Declaration Function IsRowFilteredOut( _ ByVal rowIndex As Integer _ ) As Boolean
'Declaration
Function IsRowFilteredOut( _ ByVal rowIndex As Integer _ ) As Boolean
'使用法 Dim instance As IRowFilter Dim rowIndex As Integer Dim value As Boolean value = instance.IsRowFilteredOut(rowIndex)
'使用法
Dim instance As IRowFilter Dim rowIndex As Integer Dim value As Boolean value = instance.IsRowFilteredOut(rowIndex)
bool IsRowFilteredOut( int rowIndex )
IRowFilter インタフェース IRowFilter メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.