Gets the visibility state of the specified column.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property ColumnHidden( _
ByVal Col As System.Integer _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDesignTable
Dim Col As System.Integer
Dim value As System.Boolean
value = instance.ColumnHidden(Col) |
C# | |
---|
System.bool ColumnHidden(
System.int Col
) {get;} |
C++/CLI | |
---|
property System.bool ColumnHidden {
System.bool get(System.int Col);
} |
Parameters
- Col
- Column for which to get its visibility state; 1 is the first column
Property Value
True if hidden, false if visible
See Also
Availability
SolidWorks 2003 SP4, Revision Number 11.4