ErrorBars.EndStyle Property

Returns or sets the end style for the error bars. Read/write 64-bit signed integer.

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

Syntax

'Declaration
Property EndStyle As XlEndStyleCap
    Get
    Set
'Usage
Dim instance As ErrorBars
Dim value As XlEndStyleCap

value = instance.EndStyle

instance.EndStyle = value
XlEndStyleCap EndStyle { get; set; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.XlEndStyleCap

Remarks

The value of this property can be one of the following XlEndStyleCap constants:

See Also

Reference

ErrorBars Interface

ErrorBars Members

Microsoft.Office.Interop.PowerPoint Namespace