Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / HyperLinkCellType Class / UseModelValueAsText Property


In This Topic
UseModelValueAsText Property
In This Topic
Gets a value indicating whether use text for hyperlink from data model.
Syntax
'Declaration
 
Public Property UseModelValueAsText As Boolean
 
'Usage
 
Dim instance As HyperLinkCellType
Dim value As Boolean
 
instance.UseModelValueAsText = value
 
value = instance.UseModelValueAsText

Property Value

true if use text for hyperlink from data model otherwise, false.
See Also