Gets or sets whether the specified row is hidden in this table.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property RowHidden( _
ByVal Index As Integer _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ITableAnnotation
Dim Index As Integer
Dim value As Boolean
instance.RowHidden(Index) = value
value = instance.RowHidden(Index)
|
C# | |
---|
bool RowHidden(
int Index
) {get; set;} |
C++/CLI | |
---|
property bool RowHidden {
bool get(int Index);
void set (int Index, bool value);
} |
Parameters
- Index
- Index of row
Return Value
True if hidden, false if not
Example
Remarks
See Also
Availability
SolidWorks 2009 FCS, Revision Number 17.0