GrapeCity.Xaml.Excel
GetAutoFilter Method


the zero based sheet index used to locate the IExcelWorksheet instance
Get the AutoFilter information for the specified sheet
Syntax
'Declaration
 
Function GetAutoFilter( _
   ByVal sheet As Short _
) As IExcelAutoFilter
'Usage
 
Dim instance As IExcelWriter
Dim sheet As Short
Dim value As IExcelAutoFilter
 
value = instance.GetAutoFilter(sheet)
IExcelAutoFilter GetAutoFilter( 
   short sheet
)

Parameters

sheet
the zero based sheet index used to locate the IExcelWorksheet instance

Return Value

An IExcelAutoFilter instance represent the AutoFilter settings for the specified sheet.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

IExcelWriter Interface
IExcelWriter Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options