BenSelect Documentation
SetAutoFilter(Int32,Int32) Method
See Also  Send Feedback
ETI.Report Namespace > ExcelHelper Class > SetAutoFilter Method : SetAutoFilter(Int32,Int32) Method
firstColumn
First column for the AutoFilter range (1 based).
lastColumn
Last column for the AutoFilter range (1 based).
Sets the automatic filter for a range of columns, on the first row.

Syntax

JScript 
public function SetAutoFilter( 
   firstColumn : int,
   lastColumn : int
);

Parameters

firstColumn
First column for the AutoFilter range (1 based).
lastColumn
Last column for the AutoFilter range (1 based).

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2024 All Rights Reserved.