Gets information about any splits in this table.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetSplitInformation( _
ByRef Index As Integer, _
ByRef Count As Integer, _
ByRef RangeStart As Integer, _
ByRef RangeEnd As Integer _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ITableAnnotation
Dim Index As Integer
Dim Count As Integer
Dim RangeStart As Integer
Dim RangeEnd As Integer
Dim value As Integer
value = instance.GetSplitInformation(Index, Count, RangeStart, RangeEnd)
|
Parameters
- Index
- Piece of the table that this is
- Count
- Piece of the table that this is
- RangeStart
- Beginning row for this piece of the table
- RangeEnd
- Ending row for this piece of the table
Return Value
Direction in which the table was split as defined by
swTableSplitDirection_e
Example
Remarks
See Also
Availability
SolidWorks 2004 FCS, Revision Number 12.0