xlLineStyle

  • Thread starter Thread starter Martin
  • Start date Start date
M

Martin

What is the connection between the xllinestyle and the
associated number ie xldashdot = 4 xldash= -4115?
 
It doesn't follow any particular structure. The developers chose what the
values are and wrote their code to react to the specific values specified.
The constants are defined in the Excel object library and provided to
developers to as an enhancement to the interface, so you don't have to
remember that if you want a dashed line you would use -4115, but that you
can use the constant xlDash.
 
thank you or a good reply!!
-----Original Message-----
It doesn't follow any particular structure. The developers chose what the
values are and wrote their code to react to the specific values specified.
The constants are defined in the Excel object library and provided to
developers to as an enhancement to the interface, so you don't have to
remember that if you want a dashed line you would use - 4115, but that you
can use the constant xlDash.

--
Regards,
Tom Ogilvy




.
 

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

Back
Top