Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 70
Default How to create Style.Interior.Gradient property

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


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,805
Default How to create Style.Interior.Gradient property

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


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,986
Default How to create Style.Interior.Gradient property

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
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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to get the Interior property of the PlotArea class [email protected] Charts and Charting in Excel 2 September 3rd 08 03:41 PM
"Error 1004 Unable to set the ColorIndex property of the Interior. Bob Barnes Excel Programming 3 April 30th 07 06:42 PM
run-time error '1004': unable to set the ColorIndex property of the Interior class sloth Excel Programming 1 September 6th 06 04:40 AM
unable to get the Interior property of the range class joe Excel Programming 4 December 1st 05 12:14 AM
Unable to set the colorIndex Property of the Interior Class Error GriffyGriff Excel Programming 3 October 3rd 03 04:37 PM


All times are GMT +1. The time now is 08:25 PM.

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"