Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormattingIconSetIndex Class / Name Property


In This Topic
    Name Property (ConditionalFormattingIconSetIndex)
    In This Topic
    Gets the custom icon name when this icon is custom icon and is identified by the custom icon name.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Name As String
    'Usage
     
    
    Dim instance As ConditionalFormattingIconSetIndex
    Dim value As String
     
    value = instance.Name
    public string Name {get;}
    See Also