Sets the height of the specified row in this table.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetRowHeight( _
ByVal Index As Integer, _
ByVal Height As Double, _
ByVal Options As Integer _
) As Double |
Visual Basic (Usage) | |
---|
Dim instance As ITableAnnotation
Dim Index As Integer
Dim Height As Double
Dim Options As Integer
Dim value As Double
value = instance.SetRowHeight(Index, Height, Options)
|
Parameters
- Index
- Index of row for which to set height
- Height
- Height at which to set specified row, in system units
- Options
- Table's behavior after changing row as defined by swTableRowColSizeChangeBehavior_e (see Remarks)
Return Value
Height to which specified row is set (see
Remarks)
Remarks
See Also
Availability
SolidWorks 2004 FCS, Revision Number 12.0