Search notes:

Excel Object Model: Worksheets

Methods and properties

add() Creates a new worksheet, chart or macrosheet.
application
copy(), move() Copies/moves the worksheet to another location. See also worksheet.copy()
count
creator
delete()
fillAcrossSheets() Copies a range to the same area on all other worksheets in the collection.
HPageBreaks,VPageBreaks The (read only) HPageBreks/VPageBreaks collection that represent horizontal/vertical page breaks. Why is such a property defined on Worksheets?
item
parent
printOut()
printPreview()
select()
visible

See also

The Sheets collection
Excel Object Model

Index