Search found 6 matches

by egold2005
Thu Sep 10, 2020 10:48 am
Forum: XLSReadWriteII 3/4/5
Topic: Issue with inserting a column
Replies: 0
Views: 3924

Issue with inserting a column

Hello, I've figured it out that i need the following code in order to insert the column at the beginning of a sheet. However I can not draw a border around the new column for some reason. Any ideas? Thanks a lot, Eugene. procedure TSkuListImport.MoveStatusColumn; var vRow: integer; begin with FSheet...
by egold2005
Thu Feb 21, 2019 9:57 am
Forum: XLSReadWritwII 6
Topic: A few questions about porting from v4
Replies: 1
Views: 4839

A few questions about porting from v4

Hello, What would be the equivalents of the following 1. with Range[0, FRow-1, FMaxCol, FRow] do begin FormatOptions := [foWrapText]; 2. Rows.SetRowHeight(FDataStartRow, FRow, trunc(DefaultRowHeight*1.2)); 3. with FWorkbook.InternalNames.Add do begin BuiltInName := bnPrintArea; Definition := QuotedS...
by egold2005
Sun Nov 05, 2017 9:38 am
Forum: XLSReadWriteII 3/4/5
Topic: Adding chart with XLSReadWrite4
Replies: 1
Views: 6095

Adding chart with XLSReadWrite4

Hello, I am adding a chart to the sheet with the following code and i have some questions. with FSheet.AddChart do begin Col1 := 5; Row1 := FDataStartRow; Col2 := FMaxCol-1; Row2 := FRow; //Chart has one default series vSeries := Series[0]; with vSeries do begin //Values := '111'; //Sheet1!$D$7:$D$1...
by egold2005
Sun Nov 06, 2016 2:56 pm
Forum: XLSReadWritwII 6
Topic: Migration from XLSReadWriteII v4 to v5
Replies: 4
Views: 2657

Re: Migration from XLSReadWriteII v4 to v5

Thank you, i missed them, will take a look.
by egold2005
Fri Nov 04, 2016 7:11 am
Forum: XLSReadWritwII 6
Topic: Migration from XLSReadWriteII v4 to v5
Replies: 4
Views: 2657

Re: Migration from XLSReadWriteII v4 to v5

Thank you Captain Obvious, however as i said i have a trial.
by egold2005
Fri Nov 04, 2016 6:25 am
Forum: XLSReadWritwII 6
Topic: Migration from XLSReadWriteII v4 to v5
Replies: 4
Views: 2657

Migration from XLSReadWriteII v4 to v5

Hello,

We are considering migration above, i downloaded the trial and i am having difficulties updating class names and especially constants like cbsThin and others.

Is there any white paper available, i can not find these constant types declarations in help file.

Thank you,
Eugene.