Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / DisplayBlanksAs Enumeration


DisplayBlanksAs Enumeration
Specifies how empty cells are plotted.
Syntax
'Declaration
 
Public Enum DisplayBlanksAs 
   Inherits System.Enum
 
'Usage
 
Dim instance As DisplayBlanksAs
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