[]
        
Gets a tab-delimited string containing the unformatted text in a range.
public string GetClipValue(int row, int column, int rowCount, int columnCount)
Public Function GetClipValue(row As Integer, column As Integer, rowCount As Integer, columnCount As Integer) As String
| Type | Name | Description | 
|---|---|---|
| int | row | Starting column footer row index, or -1 for all column footer rows  | 
    
| int | column | Starting column index, or -1 for all columns  | 
    
| int | rowCount | Number of column footer rows, or -1 for all column footer rows  | 
    
| int | columnCount | Number of columns, or -1 for all columns  | 
    
| Type | Description | 
|---|---|
| string | 
| Type | Condition | 
|---|---|
| ArgumentOutOfRangeException | Specified row index is out of range; must be between -1 and the total number of rows  | 
    
| ArgumentOutOfRangeException | Specified column index is out of range; must be between -1 and the total number of columns  |