ArcFM Solution Developer Guide
CreateCells(DataGridView,Object[]) Method


Syntax
'Declaration
 
Public Overloads Sub CreateCells( _
   ByVal dataGridView As System.Windows.Forms.DataGridView, _
   ByVal ParamArray values() As System.Object _
) 
'Usage
 
Dim instance As TreeGridViewRow
Dim dataGridView As System.Windows.Forms.DataGridView
Dim values() As System.Object
 
instance.CreateCells(dataGridView, values)
public void CreateCells( 
   System.Windows.Forms.DataGridView dataGridView,
   params System.object[] values
)

Parameters

dataGridView
values
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

TreeGridViewRow Class
TreeGridViewRow Members
Overload List

 

 


Send Comment