XlsReadWriteII5 > ApplyFormat.Box

Questions and answers on how to use XLSReadWriteII 5.
Post Reply
cakmakb
Posts: 5
Joined: Fri Dec 04, 2015 4:12 am

XlsReadWriteII5 > ApplyFormat.Box

Post by cakmakb »

Hi

XlsReadWriteII4 use like this

Code: Select all

        XLSReadWriteII4.Sheets[Params[0]].ApplyFormat.Box(Params[1], Params[2], Params[3], Params[4], cbsThin, xcYellow, xcBlack);
What i can use XlsReadWriteII5
KenWhite
Posts: 13
Joined: Mon Jan 03, 2005 8:23 pm
Contact:

Re: XlsReadWriteII5 > ApplyFormat.Box

Post by KenWhite »

XLS.CmdFormat.Border - use

Code: Select all

XLS.CmdFormat.BeginEdit[XLS[0]);
XLS.CmdFormat.Border.Preset(cbspOutline); 
See the other properties of

Code: Select all

CmdFormat
, such as

Code: Select all

BorderLeftColor
.
Ken
Post Reply