Correct way to define SS constants in VB.Net

J

Josh Sale

I have a VB.Net program that is running on the server and using the OWC11
spreadsheet component.

What is the "right" way to use constants (e.g., xlByRows)?

The OWC help files talk about how it should be done in VBScript and that the
VBScript technique shouldn't be used in VB for performance reasons.

Right now I'm just doing: oSS.Constants.xlByRows

TIA,

Josh
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top