Nevron.Chart Namespace / NDataSeriesGrid Class / CreateGridColumn Method / CreateGridColumn(PropertyDescriptor,Boolean) Method


CreateGridColumn(PropertyDescriptor,Boolean) Method
Syntax
'Declaration
 
Protected Overloads Overridable Function CreateGridColumn( _
   ByVal prop As System.ComponentModel.PropertyDescriptor, _
   ByVal isDefault As System.Boolean _
) As System.Windows.Forms.DataGridColumnStyle
 
'Usage
 
Dim instance As NDataSeriesGrid
Dim prop As System.ComponentModel.PropertyDescriptor
Dim isDefault As System.Boolean
Dim value As System.Windows.Forms.DataGridColumnStyle
 
value = instance.CreateGridColumn(prop, isDefault)

Parameters

prop
isDefault
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