Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IPaintingContext Interface / DisplayZeros Property


In This Topic
    DisplayZeros Property (IPaintingContext)
    In This Topic
    Gets a value indicating whether the window should show 0 (zero) in cells containing zero value.
    Syntax
    'Declaration
     
    
    ReadOnly Property DisplayZeros As Boolean
    'Usage
     
    
    Dim instance As IPaintingContext
    Dim value As Boolean
     
    value = instance.DisplayZeros
    bool DisplayZeros {get;}

    Property Value

    true if the window should show 0 (zero) in cells containing zero value; otherwise, false.
    See Also