Spread.Sheets Documentation
rowFilter Method
The row filter for the sheet.
Gets or sets the row filter for the sheet.
Syntax
var instance = new GC.Spread.Sheets.Worksheet(name);
var returnValue; // Type: RowFilterBase
returnValue = instance.rowFilter(value);
function rowFilter( 
   value : RowFilterBase
) : RowFilterBase;

Parameters

value
The row filter for the sheet.

Return Value

The row filter for the sheet.
Example
This example creates a row filter.
sheet.rowFilter(new GC.Spread.Sheets.Filter.HideRowFilter(new GC.Spread.Sheets.Range(1,1,10,3)));
See Also

Reference

Worksheet type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.