BenSelect Documentation
SetCellFormat Method
See Also  Send Feedback
ETI.Report Namespace > ExcelHelper Class : SetCellFormat Method
firstRow
The first row.
firstCol
The first col.
lastRow
The last row.
lastCol
The last col.
newFormat
The new format.
Sets the Cell format (XF) on a range of cells. You can find formats using the ETI.Report.ExcelHelper.GetCellFormat((System.Int32,System.Int32) function.

Syntax

JScript 
public function SetCellFormat( 
   firstRow : int,
   firstCol : int,
   lastRow : int,
   lastCol : int,
   newFormat : FlexCel.Core.TFlxFormat
);

Parameters

firstRow
The first row.
firstCol
The first col.
lastRow
The last row.
lastCol
The last col.
newFormat
The new format.

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.