Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / Name Property


In This Topic
    Name Property (FpSpread)
    In This Topic
    Gets or sets the name of the Spread component.
    Syntax
    'Declaration
     
    
    Public Shadows Property Name As String
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As String
     
    instance.Name = value
     
    value = instance.Name
    public new string Name {get; set;}
    See Also