TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
kannan s
NA
68
0
How to change background color of row in excel using aspose.cells
Sep 20 2010 10:02 AM
Hi,
how to change background color for rows in excel using aspose.cells
i am using below code..But this is not working....
Style style1 = workbook.Styles[workbook.Styles.Add()];
style1.ForegroundColor = Color.LightGreen;
style1.BackgroundColor = Color.LightGreen;
style1.Pattern = BackgroundType.VerticalStripe;
style1.Font.Color = Color.Black;
Thanks In Advance,
kannan.S
Reply
Answers (
1
)
crystal reports connection string
Storing a ref in a class