Set the visibility of a column.
|
Parameters |
Description |
|
const pColumnID: TShColumnId |
A valid ShColumnId, for details see: http://msdn.microsoft.com/en-us/library/bb759748%28v=vs.85%29.aspx |
|
const pVisible: Boolean |
Pass True to turn the column on and pass False to make it invisible. |
If pVisible is true and the given ShColumnId is valid, it returns the index of the added column. If pVisible is false or the given ShColumnId is invalid, it returns -1.
set