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


In This Topic
    Name Property (SheetSkin)
    In This Topic
    Gets the name of the skin for the sheet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Name As String
    'Usage
     
    
    Dim instance As SheetSkin
    Dim value As String
     
    value = instance.Name
    public string Name {get;}
    See Also