Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / DateTimeCellType Class / LegacyTextRender Property


In This Topic
    LegacyTextRender Property (DateTimeCellType)
    In This Topic
    Gets or sets a value indicating whether the value is formatted with GrapeCity.Spreadsheet.NumberFormat value.
    Syntax
    'Declaration
     
    
    Public Property LegacyTextRender As Boolean
    'Usage
     
    
    Dim instance As DateTimeCellType
    Dim value As Boolean
     
    instance.LegacyTextRender = value
     
    value = instance.LegacyTextRender
    public bool LegacyTextRender {get; set;}
    Remarks
    This setting is available in flat style mode only.
    See Also