Thread: xlLineStyle
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
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?



.