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


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

Reference

DoubleCellType Class
DoubleCellType Members