Share via


SparklineGroup.DisplayBlanksAs Property

Gets or sets the way that blank cells are plotted on a chart.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property DisplayBlanksAs As XlDisplayBlanksAs
    Get
    Set
'Usage
Dim instance As SparklineGroup
Dim value As XlDisplayBlanksAs

value = instance.DisplayBlanksAs

instance.DisplayBlanksAs = value
XlDisplayBlanksAs DisplayBlanksAs { get; set; }

Property Value

Type: Microsoft.Office.Interop.Excel.XlDisplayBlanksAs
Specifies the way that blank cells are plotted on a chart.

Remarks

This property can be one of the XlDisplayBlanksAs constants. Read/write.

See Also

Reference

SparklineGroup Interface

SparklineGroup Members

Microsoft.Office.Interop.Excel Namespace