ErrorBars.EndStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the end style for the error bars. Can be one of the following XlEndStyleCap constants: xlCap or xlNoCap. Read/write
public:
property Microsoft::Office::Interop::Word::XlEndStyleCap EndStyle { Microsoft::Office::Interop::Word::XlEndStyleCap get(); void set(Microsoft::Office::Interop::Word::XlEndStyleCap value); };
public Microsoft.Office.Interop.Word.XlEndStyleCap EndStyle { get; set; }
member this.EndStyle : Microsoft.Office.Interop.Word.XlEndStyleCap with get, set
Public Property EndStyle As XlEndStyleCap