Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetSkin Class / Name Property
Example


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;}

    Property Value

    String containing the name
    Example
    This example shows the use of the property by returning all the properties for the skin.
    See Also