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


In This Topic
    GetProperty Method (IPluginCellTypeSetting)
    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)
    object GetProperty( 
       string name
    )

    Parameters

    name
    Property name
    See Also