PC Review


Reply
Thread Tools Rate Thread

How to create Style.Interior.Gradient property

 
 
Raja
Guest
Posts: n/a
 
      28th Oct 2008
In msdn library, i found that Interior object has two method :
1. OneColorGradient http://msdn.microsoft.com/en-us/library/bb256327.aspx
2. TwoColorGradient http://msdn.microsoft.com/en-us/library/bb256330.aspx

but i couldn't find them in Excel Inteop

Any ideas?

Regards,
Raja


 
Reply With Quote
 
 
 
 
Sheeloo
Guest
Posts: n/a
 
      29th Oct 2008
I think One of them is available only in Excel 2007...

Found the following in Excel 2003 Help
_______________________________________________
With Charts(1).ChartArea.Fill
.Visible = True
.ForeColor.SchemeColor = 15
.BackColor.SchemeColor = 17
.TwoColorGradient msoGradientHorizontal, 1
End With

_______________________________________________
"Raja" wrote:

> In msdn library, i found that Interior object has two method :
> 1. OneColorGradient http://msdn.microsoft.com/en-us/library/bb256327.aspx
> 2. TwoColorGradient http://msdn.microsoft.com/en-us/library/bb256330.aspx
>
> but i couldn't find them in Excel Inteop
>
> Any ideas?
>
> Regards,
> Raja
>
>

 
Reply With Quote
 
JLGWhiz
Guest
Posts: n/a
 
      29th Oct 2008
In the VB editor for Excel help files, look for Gradient. That will bring up
any propeties that apply to color gradients. I believe they all apply to
either charts or shape objects.

"Raja" wrote:

> In msdn library, i found that Interior object has two method :
> 1. OneColorGradient http://msdn.microsoft.com/en-us/library/bb256327.aspx
> 2. TwoColorGradient http://msdn.microsoft.com/en-us/library/bb256330.aspx
>
> but i couldn't find them in Excel Inteop
>
> Any ideas?
>
> Regards,
> Raja
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to create Style with Gradient Raja Microsoft Excel Programming 0 31st Oct 2008 09:35 AM
Unable to get the Interior property of the PlotArea class wendell_lucas@hotmail.com Microsoft Excel Charting 2 3rd Sep 2008 03:41 PM
WPF: Change color in a style's gradient using c# moondaddy Microsoft C# .NET 2 4th Jul 2008 01:48 AM
TD style gradient filter Mark Microsoft ASP .NET 2 3rd Aug 2005 04:05 PM
Elipse style fill gradient in a rectangle? Adam Maltby Microsoft VB .NET 2 18th Aug 2004 10:07 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:28 PM.