Prev: quick question about how to import a user defined macro
Next: Comparing two Files ..Excel .sheets
From: Robert on 17 Jun 2010 12:20 I downloaded the tagsets.tableeditor template and it works fine. However, I want to be able to lock the first column in the table so that when I scroll to the right the first column remains frozen. How can I accomplish this? Thanks, Robert
From: Ya on 17 Jun 2010 13:02 On Jun 17, 9:20 am, Robert <rsmphotogra...(a)gmail.com> wrote: > I downloaded the tagsets.tableeditor template and it works fine. > However, I want to be able to lock the first column in the table so > that when I scroll to the right the first column remains frozen. How > can I accomplish this? > > Thanks, > Robert ods tagsets.tableeditor file="...." options(frozen_headers="yes"); This will freeze the column 1, you may try frozen_headers=1,2,3 or frozen_headers=1 2 3 or frozen_headers=(1 2 3) I can't remember which one is correct. HTH Ya
|
Pages: 1 Prev: quick question about how to import a user defined macro Next: Comparing two Files ..Excel .sheets |