Spread Windows Forms 15.0
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
    public bool UseModelValueAsText {get; set;}

    Property Value

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