Help on TXlsRange
Posted: Fri Nov 01, 2013 10:59 pm
Hello Lars,
I'm trying to create a named range in an excel sheet but have no idea how to accomplish this in TXLSReadWriteII5.
The helpfile wont give me much decent answers (is there a searchable chm file, because html is limited in search?)
(The only thing i could find close to a range was a property Range: TXLSRange in the XLSSheetData5.TXLSWorksheet.html)
In FlexCel this is just two lines of code
DataRange := TXlsNamedRange.Create('LmsData', Export.ActiveSheet, 1, 1, 3, 25, 0, 0);
Export.SetNamedRange(DataRange);
How is this done in TXLSReadWriteII5 ?
Is there also a property or function i can use to search existing ranges (can lookup a predefined named range)?
Thanks,
Marius
I'm trying to create a named range in an excel sheet but have no idea how to accomplish this in TXLSReadWriteII5.
The helpfile wont give me much decent answers (is there a searchable chm file, because html is limited in search?)
(The only thing i could find close to a range was a property Range: TXLSRange in the XLSSheetData5.TXLSWorksheet.html)
In FlexCel this is just two lines of code
DataRange := TXlsNamedRange.Create('LmsData', Export.ActiveSheet, 1, 1, 3, 25, 0, 0);
Export.SetNamedRange(DataRange);
How is this done in TXLSReadWriteII5 ?
Is there also a property or function i can use to search existing ranges (can lookup a predefined named range)?
Thanks,
Marius