Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / CellPresenterBase Class / UseLayoutRounding Property


In This Topic
    UseLayoutRounding Property (CellPresenterBase)
    In This Topic
    Syntax
    'Declaration
     
    Public Property UseLayoutRounding As Boolean
    'Usage
     
    Dim instance As CellPresenterBase
    Dim value As Boolean
     
    instance.UseLayoutRounding = value
     
    value = instance.UseLayoutRounding
    public bool UseLayoutRounding {get; set;}
    See Also