Autodesk Vault ProfessionalVault API

GetRowCellValue(Int32,GridColumn,OperationCompleted) Method

Autodesk.DataManagement.Client.Framework.Vault.Forms.ControlsVaultBrowserControl.ClipboardGridView

Syntax

public virtual System.object GetRowCellValue(
   System.int rowHandle,
   DevExpress.XtraGrid.Columns.GridColumn column,
   DevExpress.Data.OperationCompleted completed
)
Public Overloads Overridable Function GetRowCellValue( _
   ByVal rowHandle As System.Integer, _
   ByVal column As DevExpress.XtraGrid.Columns.GridColumn, _
   ByVal completed As DevExpress.Data.OperationCompleted _
) As System.Object

Parameters

NameDescription
rowHandle
column
completed

See Also