Spread WPF 18
GrapeCity.Spreadsheet Namespace / DisplayBlanksAs Enumeration


In This Topic
    DisplayBlanksAs Enumeration
    In This Topic
    Specifies how empty cells are plotted.
    Syntax
    'Declaration
     
    Public Enum DisplayBlanksAs 
       Inherits System.Enum
    'Usage
     
    Dim instance As DisplayBlanksAs
    public enum DisplayBlanksAs : System.Enum 
    Members
    MemberDescription
    InterpolatedEmpty cells are plotted as interpolated.
    NotPlottedEmpty cells are not plotted.
    ZeroEmpty cells are plotted as zero.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.DisplayBlanksAs

    See Also