Re: (Aspose.com) Topic Reply: Re: drawing border for a namedspace

Hi Aspose,

If you can come up within 1 or 2 days that would be really great and helpful. Thank you. Please do update us once you are done with the addition of a new method for drawing border for a Named Range in the API.


This message was posted using Email2Forum by ShL77.

Hi,

Don't you worry :), we will try to make it within the required time. We will let you know and provide you the version with the supported feature as we know the feature is really important for you.

Have a good day!

Hi,

Please try this attached patch, we support setting outline border for a range now. For NamedRange, there is a new API for this feature:

setOutlineBorder(int borderLineType, Color borderColor)

If only want to set outline border for a specail area of cells without NamedRange, please use the new API in Cells:

setRangeOutlineBorder(int startRow, int endRow, int startColumn, int endColumn,
int borderLineType, Color borderColor)