Gets a tab-delimited string that contains the formatted text in a specified range.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As SheetView
Dim row As Integer
Dim column As Integer
Dim rowCount As Integer
Dim columnCount As Integer
Dim value As String
value = instance.GetClip(row, column, rowCount, columnCount) |
Parameters
- row
- Starting row index, or -1 for all rows
- column
- Starting column index, or -1 for all columns
- rowCount
- Number of rows, or -1 for all rows
- columnCount
- Number of columns, or -1 for all columns
Return Value
Tab-delimited string containing the formatted data in the range
Exceptions
Requirements
Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6
See Also