Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / Parser Class / Source Property


In This Topic
    Source Property (Parser)
    In This Topic
    Gets or sets the source.
    Syntax
    'Declaration
     
    
    Public Property Source As INameSupport
    'Usage
     
    
    Dim instance As Parser
    Dim value As INameSupport
     
    instance.Source = value
     
    value = instance.Source
    public INameSupport Source {get; set;}

    Property Value

    The source.
    See Also