Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IEffectParameter Interface / Name Property


In This Topic
    Name Property (IEffectParameter)
    In This Topic
    Gets the string name of the EffectParameter parameter.
    Syntax
    'Declaration
     
    
    ReadOnly Property Name As String
    'Usage
     
    
    Dim instance As IEffectParameter
    Dim value As String
     
    value = instance.Name
    string Name {get;}

    Property Value

    The string name of the EffectParameter parameter.
    See Also