GrapeCity.Xaml.SpreadSheet.Data
IsRowFilteredOut Method (RowFilterBase)


The row index.
Determines whether the specified row is filtered out.
Syntax
'Declaration
 
Public MustOverride Function IsRowFilteredOut( _
   ByVal row As Integer _
) As Boolean
'Usage
 
Dim instance As RowFilterBase
Dim row As Integer
Dim value As Boolean
 
value = instance.IsRowFilteredOut(row)
public abstract bool IsRowFilteredOut( 
   int row
)

Parameters

row
The row index.

Return Value

true if the row is filtered out; otherwise, false.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

RowFilterBase Class
RowFilterBase Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options