Nevron.UI.WinForm.Controls Namespace / NDataGridViewDetailsCell Class / GetClipboardContent Method


GetClipboardContent Method (NDataGridViewDetailsCell)
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 NDataGridViewDetailsCell
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)

Parameters

rowIndex
firstCell
lastCell
inFirstRow
inLastRow
format
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also