Share via


ErrorBars.EndStyle Property

Returns or sets the end style for the error bars. Can be one of the following XlEndStyleCap constants: xlCap or xlNoCap. Read/write

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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.Word.XlEndStyleCap
XlEndStyleCap

See Also

Reference

ErrorBars Interface

ErrorBars Members

Microsoft.Office.Interop.Word Namespace