OWC.Spreadsheet: Activate Sheet

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

The default workbook created by this component has 2 sheets. I can refer to the ActiveSheet without problems.
How do I refer to the other two sheets?
How do I activate another sheet, say sheet3, using C# code?
Thanks.
 
The same way you would in Excel, using the Sheets collection an the Item
method to index each sheet.

--
John Wood
EMail: first name, dot, last name, at priorganize.com
AA2e72E said:
The default workbook created by this component has 2 sheets. I can refer
to the ActiveSheet without problems.
 
Back
Top