But I don't know what BuiltInName does. Is there a documentation of what it does in version 4?larsa wrote:Please study the NamedCells sample.
Search found 4 matches
- Tue Apr 05, 2016 7:59 am
- Forum: XLSReadWritwII 6
- Topic: How to set BuiltInName to bnPrintTitles in Version 5?
- Replies: 3
- Views: 3832
Re: How to set BuiltInName to bnPrintTitles in Version 5?
- Wed Mar 23, 2016 10:51 am
- Forum: XLSReadWritwII 6
- Topic: How to set BuiltInName to bnPrintTitles in Version 5?
- Replies: 3
- Views: 3832
How to set BuiltInName to bnPrintTitles in Version 5?
I fail to migrate this code:
I don't know what it does. What did this do in Version 4? How can bnPrintTitles be used in Version 5?
Claude
Code: Select all
with xlw2.InternalNames.Add do
begin
BuiltInName := bnPrintTitles;
Definition := 'Sheet4!$A$3:$IV$3';
end;
Claude
- Thu Mar 17, 2016 2:46 pm
- Forum: XLSReadWritwII 6
- Topic: Components for Delphi 10 Seattle?
- Replies: 1
- Views: 2466
Re: Components for Delphi 10 Seattle?
I have found it here: C:\Users\Public\Documents\Embarcadero\Studio\17.0\Bpl
I find it baffling how complex and confusing it is to simply install a component in RAD Studio. But it works now.
I find it baffling how complex and confusing it is to simply install a component in RAD Studio. But it works now.
- Thu Mar 17, 2016 1:24 pm
- Forum: XLSReadWritwII 6
- Topic: Components for Delphi 10 Seattle?
- Replies: 1
- Views: 2466
Components for Delphi 10 Seattle?
How to Install the components in Delphi 10 Seattle? There's no bpl in \XLSSuit5\Package\DDX10 that I could use.
And there's no delphi project that I could use to create it.
I need a XLSRWII5_DDX10.bpl, don't I?
Claude
And there's no delphi project that I could use to create it.
I need a XLSRWII5_DDX10.bpl, don't I?
Claude