ArcFM Solution Developer Guide
GetClipboardContent Method (TreeGridViewTextBoxCell)


Syntax
'Declaration
 
Protected Overridable Function GetClipboardContent( _
   ByVal rowIndex As System.Integer, _
   ByVal firstCell As System.Boolean, _
   ByVal lastCell As System.Boolean, _
   ByVal inFirstRow As System.Boolean, _
   ByVal inLastRow As System.Boolean, _
   ByVal format As System.String _
) As System.Object
'Usage
 
Dim instance As TreeGridViewTextBoxCell
Dim rowIndex As System.Integer
Dim firstCell As System.Boolean
Dim lastCell As System.Boolean
Dim inFirstRow As System.Boolean
Dim inLastRow As System.Boolean
Dim format As System.String
Dim value As System.Object
 
value = instance.GetClipboardContent(rowIndex, firstCell, lastCell, inFirstRow, inLastRow, format)
protected virtual System.object GetClipboardContent( 
   System.int rowIndex,
   System.bool firstCell,
   System.bool lastCell,
   System.bool inFirstRow,
   System.bool inLastRow,
   System.string format
)

Parameters

rowIndex
firstCell
lastCell
inFirstRow
inLastRow
format
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

TreeGridViewTextBoxCell Class
TreeGridViewTextBoxCell Members

 

 


Send Comment