We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Color and Border

Hi,

i set the color of an ExcelCell, but in Excel i can't see the border for this cell. The should be shown in Excel but not printable.

Regards
Ralf

5 Replies

AJ Ajish Syncfusion Team August 2, 2007 09:03 PM UTC


Hi Ralf,

I was able to see that the Borders of the cell are not set when we use the following code,

sheet.Range["A1:C10"].Borders.Color = ExcelKnownColors.Yellow;

Use the following code instead of the above code to set Borders,

sheet.Range["A1:C10"].BorderInside(ExcelLineStyle.Double, Color.Yellow);
sheet.Range["A1:C10"].BorderAround(ExcelLineStyle.Double, Color.Blue);

Kindly take a look and let me know if this helps.

Regards,
Ajish.


RA Ralf Anacker August 3, 2007 08:48 AM UTC

Hi Ajush,

sorry, but i can't use this property.

I work with VB.NET and EssentialStudio 4.2.0.60.

Regards
Ralf


AJ Ajish Syncfusion Team August 3, 2007 11:11 PM UTC

Hi Ralf,

Could you please consider upgrading to latest version, it should resolve your issue. Our latest version can be downloaded from the below link

http://www.syncfusion.com/downloads/latestversion/default.aspx

For Unlock Key:

If you hold a Syncfusion license with a valid subscription, you can obtain your key for this version by visiting the "Download the latest versions" section within Direct-Trac and clicking on the appropriate key icon. If you're currently evaluating our products or considering renewing an expired subscription, please contact our sales team (salessupport@syncfusion.com) for the key and further details.

Regards,
Ajish.


RA Ralf Anacker August 6, 2007 07:49 AM UTC

Hi Ajish,

i use VisualStudio 2003 with FrameWork 1.1.

Your latest version doen't supports Framework 1.1.

Best regards
Ralf


MW Melba Winshia Syncfusion Team August 6, 2007 02:09 PM UTC

Hi Ralf,

Thank you for the update.

If you need .NET 1.1 support, please download and install the below setup (9 MB). This contains the assemblies for the Syncfusion controls in the 1.1 .NET framework.

Download link:

http://www2.syncfusion.com/installs/v5.1.0.51/syncfusionessentialstudio11setup.exe

To install the 1.1 setup you have to install the 2.0 framework in your system.

Please download and install the framework 2.0 from the below link and then start installing the 1.1 setup

Download link:

http://www.microsoft.com/downloads/details.aspx?familyid=0856EACB-4362-4B0D-8EDD-AAB15C5E04F5&displaylang=en

Also, please refer the below documentation for more details.

http://www.syncfusion.com/Support/user/uploads/Install.pdf

Please let me know if you have any queries.

Regards,
Melba

Loader.
Live Chat Icon For mobile
Up arrow icon