Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DesignerGcMaskCellSettings Class / GetProperty Method
The name.


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

    Parameters

    name
    The name.
    See Also