FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IPluginCellTypeSetting Interface / GetProperty Method
Property name


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

Parameters

name
Property name
See Also