Spread for ASP.NET 12 Product Documentation
FixedPoint Property (DoubleCellType.EditModeSettings)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > DoubleCellType.EditModeSettings Class : FixedPoint Property
Gets or sets whether to display placeholder zeros in the decimal portion of the number for a fixed-point numeric display in edit mode.
Syntax
'Declaration
 
Public Property FixedPoint As Boolean
'Usage
 
Dim instance As DoubleCellType.EditModeSettings
Dim value As Boolean
 
instance.FixedPoint = value
 
value = instance.FixedPoint
public bool FixedPoint {get; set;}
See Also

Reference

DoubleCellType.EditModeSettings Class
DoubleCellType.EditModeSettings Members