Sets the title of the specified column.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetColumnTitle( _
ByVal Index As Integer, _
ByVal Title As String _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ITableAnnotation
Dim Index As Integer
Dim Title As String
Dim value As Boolean
value = instance.SetColumnTitle(Index, Title)
|
C++/CLI | |
---|
bool SetColumnTitle(
& int Index,
& String^ Title
) |
Parameters
- Index
- Index of the column whose title to set
- Title
- Column title
Return Value
True if title is set, false if not
Remarks
See Also
Availability
SolidWorks 2004 FCS, Revision Number 12.0