FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / TextCellType Class / LegacyTextRender Property


In This Topic
LegacyTextRender Property (TextCellType)
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 TextCellType
Dim value As Boolean
 
instance.LegacyTextRender = value
 
value = instance.LegacyTextRender
Remarks
This setting is available in flat style mode only.
See Also