Sets a tab-delimited string of formatted text in a specified range of cells on this sheet.
            
            
            
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
 
instance.SetClip(row, column, rowCount, columnCount, value)  | 
 
            Parameters
- row
 
- Starting row index of the range of cells (or -1 for all rows)
 - column
 
- Starting column index of the range of cells (or -1 for all columns)
 - rowCount
 
- Number of rows in the range of cells (or -1 for all rows)
 - columnCount
 
- Number of columns in the range of cells (or -1 for all columns)
 - value
 
- Tab-delimited string (formatted data) to set into the cells of the specified range
 
            
             
            
Exceptions
						
            
            
            
            
            
            
            
Requirements
Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8
 
            
            
See Also