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 Integer, _
ByVal Gap As Double _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ITableAnnotation
Dim Index As Integer
Dim Gap As Double
Dim value As Boolean
value = instance.SetRowVerticalGap(Index, Gap)
|
C# | |
---|
bool SetRowVerticalGap(
int Index,
double Gap
) |
C++/CLI | |
---|
bool SetRowVerticalGap(
& int Index,
& 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