Sets the header for this table.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetHeader( _
ByVal Style As System.Integer, _
ByVal Count As System.Integer _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ITableAnnotation
Dim Style As System.Integer
Dim Count As System.Integer
Dim value As System.Boolean
value = instance.SetHeader(Style, Count) |
C# | |
---|
System.bool SetHeader(
System.int Style,
System.int Count
) |
C++/CLI | |
---|
System.bool SetHeader(
& System.int Style,
& System.int Count
) |
Parameters
- Style
Header style as defined in swTableHeaderPosition_e
- Count
- Number of lines in the header
Return Value
True if header is set successfully, false if not
Remarks
See Also
Availability
SOLIDWORKS 2004 FCS, Revision Number 12.0