Sets the title of the specified column.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetColumnTitle2( _
ByVal Index As System.Integer, _
ByVal Title As System.String, _
ByVal IncludeHidden As System.Boolean _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ITableAnnotation
Dim Index As System.Integer
Dim Title As System.String
Dim IncludeHidden As System.Boolean
Dim value As System.Boolean
value = instance.SetColumnTitle2(Index, Title, IncludeHidden) |
Parameters
- Index
- Index of the column whose title to set
- Title
- Column title
- IncludeHidden
- True to set the hidden column title, false to not
Return Value
True if title is set, false if not
Remarks
See Also
Availability
SOLIDWORKS 2018 FCS, Revision Number 26.0