'Declaration
Public Enum DisplayBlanksAs Inherits System.Enum
'Usage
Dim instance As DisplayBlanksAs
public enum DisplayBlanksAs : System.Enum
'Declaration
Public Enum DisplayBlanksAs Inherits System.Enum
'Usage
Dim instance As DisplayBlanksAs
public enum DisplayBlanksAs : System.Enum
Member | Description |
---|---|
Interpolated | Empty cells are plotted as interpolated. |
NotPlotted | Empty cells are not plotted. |
Zero | Empty cells are plotted as zero. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.DisplayBlanksAs