Spread WinForms 15
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

Property Value

The source.
See Also