Namespace: Spire.Spreadsheet.Forms
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 5.6.1.0 (5.6.1.7020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
void CreateRowFilter(
	int startRow,
	int endRow,
	int headerRow,
	string Criteria
)
Sub CreateRowFilter ( 
	startRow As Integer,
	endRow As Integer,
	headerRow As Integer,
	Criteria As String
)
void CreateRowFilter(
	int startRow, 
	int endRow, 
	int headerRow, 
	String^ Criteria
)
abstract CreateRowFilter : 
        startRow : int * 
        endRow : int * 
        headerRow : int * 
        Criteria : string -> unit 

Parameters

startRow
Int32
endRow
Int32
headerRow
Int32
Criteria
String

See Also