Sets a tab-delimited string containing the unformatted text in a range.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ColumnFooter
Dim row As Integer
Dim column As Integer
Dim rowCount As Integer
Dim columnCount As Integer
Dim value As String
instance.SetClipValue(row, column, rowCount, columnCount, value) |
Parameters
- row
- Starting column footer row index, or -1 for all column footer rows
- column
- Starting column index, or -1 for all columns
- rowCount
- Number of column footer rows, or -1 for all column footer rows (may create new column footer rows as needed)
- columnCount
- Number of columns, or -1 for all columns
- value
- Tab-delimited string to set into 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