Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DesignerGcComboBoxCellSettings Class / GetProperty Method
The name.


In This Topic
GetProperty Method (DesignerGcComboBoxCellSettings)
In This Topic
Gets the property.
Syntax
'Declaration
 
Public Function GetProperty( _
   ByVal name As String _
) As Object
 
'Usage
 
Dim instance As DesignerGcComboBoxCellSettings
Dim name As String
Dim value As Object
 
value = instance.GetProperty(name)

Parameters

name
The name.
See Also