Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IStyle Interface / Name Property


In This Topic
    Name Property (IStyle)
    In This Topic
    Returns a value that represents the name of the style.
    Syntax
    'Declaration
     
    
    ReadOnly Property Name As String
    'Usage
     
    
    Dim instance As IStyle
    Dim value As String
     
    value = instance.Name
    string Name {get;}

    Property Value

    The name.
    See Also