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