Помогите, пожалуйста! Столкнулся со следкющей проблемой: пишу MSHFlexGrid.ColIsVisible(0) = False, а он мне "Assignment to
constant not permitted" в Object Browser тоже написано, что Property
read-only, но в
MSDN написано:
ColIsVisible Property
Returns or sets a value indicating whether a specified column is currently visible.
Syntax
object.ColIsVisible(index) [=Boolean]
The ColIsVisible property syntax has these parts:
Part Description
object An object expression that evaluates to an object in the Applies To list.
index A Long value that specifies the column.
Boolean A Boolean expression that specifies whether the specified column is visible.
Settings
The settings for Boolean are:
Setting Description
True Default. The specified column is visible.
False The specified column is not visible.
Значит, можно все-таки? Если кто-то знает, как решить проблему, или как ее обойти (другим способом скрыть колонку (не ColWidth = 0)), напишите, пожалуйста!
