Show code in...     

  

 

Object Model ExcelApplication Worksheets Worksheet Cells Cell Range
Charts Chart SeriesCollection Series 3DProperties Axis ChartFrame Line Area
PivotField PivotFields PivotTable PivotTables
Style Characters Font Pictures Picture DocumentProperties PageSetup


ExcelApplication Object Reference

Worksheets Property


Syntax:
[VBScript]
Property Worksheets As Worksheets (read-only)
Description:
The Worksheets property represents a collection of Worksheet objects. This collection is 1 based.
Example:
[VBScript]
Set xlw = Server.CreateObject("SoftArtisans.ExcelWriter")
Set ws = xlw.Worksheets
ws(1).Name = "Data Sheet"
...

Top


Copyright © 2005, SoftArtisans, Inc.