Sets the gap between the text and the top or bottom of the specified row of this table.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetRowVerticalGap( _
ByVal Index As System.Integer, _
ByVal Gap As System.Double _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ITableAnnotation
Dim Index As System.Integer
Dim Gap As System.Double
Dim value As System.Boolean
value = instance.SetRowVerticalGap(Index, Gap) |
C# | |
---|
System.bool SetRowVerticalGap(
System.int Index,
System.double Gap
) |
C++/CLI | |
---|
System.bool SetRowVerticalGap(
& System.int Index,
& System.double Gap
) |
Parameters
- Index
- Index of row for which to get the height
- Gap
- Gap in system units
Return Value
True if the gap is set, false if not
Remarks
See Also
Availability
SOLIDWORKS 2007 FCS, Revision Number 15.0