Autodesk Vault ProfessionalVault API

SetRowCellValue(Int32,String,Object) Method

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

Syntax

public void SetRowCellValue(
   System.int rowHandle,
   System.string fieldName,
   System.object _value
)
Public Overloads Sub SetRowCellValue( _
   ByVal rowHandle As System.Integer, _
   ByVal fieldName As System.String, _
   ByVal _value As System.Object _
) 

Parameters

NameDescription
rowHandle
fieldName
_value

See Also