Hello Lars,
It must be obvious, but I am just not seeing what I have to do.
If I use syntax like:
XLS.Sheets[0].SelectedAreas.Add(1,1,5,10);
then can you tell me what I have to do to make that area the current selection?
Many thanks,
Ian.
Search found 6 matches
- Mon Feb 18, 2008 1:28 pm
- Forum: XLSReadWriteII 3/4/5
- Topic: Changing the Selected Cell or Area
- Replies: 2
- Views: 2733
- Mon Feb 11, 2008 11:07 am
- Forum: XLSReadWriteII 3/4/5
- Topic: Changing the Selected Cell or Area
- Replies: 2
- Views: 2733
Changing the Selected Cell or Area
I would like to set a specific cell or range of cells on a worksheet to be selected when then the user opens a workbook. Can anyone give me some example code?
- Mon Jul 23, 2007 10:44 am
- Forum: XLSReadWriteII 3/4/5
- Topic: File Error when opening workbook
- Replies: 1
- Views: 2620
File Error when opening workbook
I am using version 3.01.02 to open a workbook, add data and cell formulae, and then to save it under a different file name. Despite the indication in the version history area that the problem has been fixed, I am still getting the "File Error, some data may have been lost" message when I t...
- Thu Apr 26, 2007 4:26 pm
- Forum: XLSReadWriteII 3/4/5
- Topic: Scatter Plots and Axis Crossing Point
- Replies: 0
- Views: 2384
Scatter Plots and Axis Crossing Point
I would like to create a scatter plot where both the X and Y coordinates can range from about -4 to 4. The axes would need to be placed along the bottom and left hand side of the plot and so I need to set a real valued negative crossing point. Why does XLSReadWriteII limit CrossingPoints to integers...
- Thu Feb 22, 2007 10:23 am
- Forum: XLSReadWriteII 3/4/5
- Topic: ABS function in complex formula
- Replies: 7
- Views: 6619
- Wed Feb 14, 2007 11:10 am
- Forum: XLSReadWriteII 3/4/5
- Topic: ABS function in complex formula
- Replies: 7
- Views: 6619
ABS function in complex formula
I am trying to use the ABS function in a cell formula that looks like: IF(ABS(0.005+OFFSET(A1,1,15+B9))>OFFSET(C20,B9,0),OFFSET(A1,1,11),NA()) However, I am getting an exception from EncodeFormulaII2 that tells me "wrong number of arguments for function ABS". Any thoughts on a work around?...