vbTorture
Guest
|
Posted:
Wed Jan 05, 2005 1:55 am Post subject:
Re: MSFlexGrid Control |
|
|
Microsoft web help solve my problem. It says:
Returns a value indicating whether a specified column is visible currently.
A column is not visible when it is outside the client area of the control's
window - in other words, when it is scrolled out of view.
So I was misusing this property confusing with column-hide/show, desired,
properties
"vbTorture" <VB@C++Torture.com> wrote in message
news:41daf3f4$1_2@newsprd01...
| Quote: | MSDN help says that [ColIsVisible] property:
...
Returns or sets a value indicating whether a specified column is currently
visible.
Syntax
object.ColIsVisible(index) [=Boolean]
...
But when I'm trying to SET a value to a visible column to be not visible
(False) I'm getting this error message.
"Assignment to constant not permited"
The MSDN help says that I'm trying to set a value to a readonly property.
The column index is a valid number, by the way.
|
|
|