Spread Windows Forms 12.0 Product Documentation
UseModelValueAsText Property


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > HyperLinkCellType Class : UseModelValueAsText Property
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
public bool UseModelValueAsText {get; set;}

Property Value

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

Reference

HyperLinkCellType Class
HyperLinkCellType Members