GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumberCellType Class / InitialByCreateInstance Method


In This Topic
InitialByCreateInstance Method (GcNumberCellType)
In This Topic
Supports designtime's CreateInstance.
Syntax
'Declaration
 
Public Sub InitialByCreateInstance( _
   ByVal instance As Object, _
   ByVal propertyName As String, _
   ByVal value As Object _
) 
 
'Usage
 
Dim instance As GcNumberCellType
Dim instance As Object
Dim propertyName As String
Dim value As Object
 
instance.InitialByCreateInstance(instance, propertyName, value)

Parameters

instance
propertyName
value
See Also