what is the use of view.getcolumn in lotusscript? and what it will return when view is empty?
Subject: View get coumn
Hi,
This will return handle to the column in the corresponding view. Using this method you can play with the Column properties. You can also get the title of the column. This method has nothing to do with the documents in the view. You will get the handle to view column even if there is no document in the view.
Thanks
Atin Gupta