GrapeCity.Xaml.Excel
SetAutoFilter Method


The zero based sheet index used to locate the IExcelWorksheet instance
An IExcelAutoFilter instance used to represents an active AutoFilter
Add an IExcelAutoFilter instance to the specified sheet
Syntax
'Declaration
 
Sub SetAutoFilter( _
   ByVal sheet As Short, _
   ByVal autoFilter As IExcelAutoFilter _
) 
'Usage
 
Dim instance As IExcelReader
Dim sheet As Short
Dim autoFilter As IExcelAutoFilter
 
instance.SetAutoFilter(sheet, autoFilter)
void SetAutoFilter( 
   short sheet,
   IExcelAutoFilter autoFilter
)

Parameters

sheet
The zero based sheet index used to locate the IExcelWorksheet instance
autoFilter
An IExcelAutoFilter instance used to represents an active AutoFilter
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

IExcelReader Interface
IExcelReader Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options