Message 1 of 2
MSFlexGrid Control
Not applicable
01-04-2005
11:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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.