Page 1 of 1

XlsReadWriteII5 > ApplyFormat.Box

Posted: Fri Dec 04, 2015 7:56 am
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

Re: XlsReadWriteII5 > ApplyFormat.Box

Posted: Wed Dec 23, 2015 2:45 pm
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
.