BenSelect Documentation
UpdateSheet(String,DataTable,Boolean) Method
See Also  Send Feedback
Selerix.Foundation.Data Namespace > IExcelFileConnection Interface > UpdateSheet Method : UpdateSheet(String,DataTable,Boolean) Method
sheetName
Name of the sheet.
data
The data.
byColNames
if set to true [by col names].
Updates the sheet.

Syntax

JScript 
function UpdateSheet( 
   sheetName : String,
   data : DataTable,
   byColNames : boolean
);

Parameters

sheetName
Name of the sheet.
data
The data.
byColNames
if set to true [by col names].

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.