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


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