#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default xlLineStyle

What is the connection between the xllinestyle and the
associated number ie xldashdot = 4 xldash= -4115?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default xlLineStyle

xldashdot is a constant that holds the value 4.

--
Regards,
Tom Ogilvy

"Martin" wrote in message
...
What is the connection between the xllinestyle and the
associated number ie xldashdot = 4 xldash= -4115?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default xlLineStyle

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

"martin" wrote in message
...
what stucture does it follow? if dashdot is 4 how does
xldash = -4115??
-----Original Message-----
xldashdot is a constant that holds the value 4.

--
Regards,
Tom Ogilvy

"Martin" wrote in

message
...
What is the connection between the xllinestyle and the
associated number ie xldashdot = 4 xldash= -4115?



.



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default xlLineStyle

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

"martin" wrote in

message
...
what stucture does it follow? if dashdot is 4 how does
xldash = -4115??
-----Original Message-----
xldashdot is a constant that holds the value 4.

--
Regards,
Tom Ogilvy

"Martin" wrote

in
message
...
What is the connection between the xllinestyle and

the
associated number ie xldashdot = 4 xldash= -4115?


.



.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 06:47 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"