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


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