Gets information about any splits in this table.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetSplitInformation( _
ByRef Index As System.Integer, _
ByRef Count As System.Integer, _
ByRef RangeStart As System.Integer, _
ByRef RangeEnd As System.Integer _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ITableAnnotation
Dim Index As System.Integer
Dim Count As System.Integer
Dim RangeStart As System.Integer
Dim RangeEnd As System.Integer
Dim value As System.Integer
value = instance.GetSplitInformation(Index, Count, RangeStart, RangeEnd) |
C++/CLI | |
---|
System.int GetSplitInformation(
& [Out] System.int Index,
& [Out] System.int Count,
& [Out] System.int RangeStart,
& [Out] System.int 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