Spread for ASP.NET 7.0 Product Documentation
GetClip(Int32,Int32,Int32,Int32,Boolean) Method
See Also  Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class > GetClip Method : GetClip(Int32,Int32,Int32,Int32,Boolean) Method


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
unformatted
Specifies data in the clip is unformatted

Glossary Item Box

Gets a tab-delimited string that contains the formatted text in a specified range.

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetClip( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer, _
   ByVal unformatted As Boolean _
) As String
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 unformatted As Boolean
Dim value As String
 
value = instance.GetClip(row, column, rowCount, columnCount, unformatted)
C# 
public string GetClip( 
   int row,
   int column,
   int rowCount,
   int columnCount,
   bool unformatted
)

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
unformatted
Specifies data in the clip is unformatted

Return Value

Tab-delimited string containing the formatted data in the range

Exceptions

ExceptionDescription
System.ArgumentOutOfRangeException Specified row is out of range; index must be between -1 (for all) and the number of rows
System.ArgumentOutOfRangeException Specified column is out of range; index must be between -1 (for all) and the number of columns

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

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.