IMsoSeries.ErrorBar Method
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.
public object ErrorBar (Microsoft.Office.Core.XlErrorBarDirection Direction, Microsoft.Office.Core.XlErrorBarInclude Include, Microsoft.Office.Core.XlErrorBarType Type, object Amount, object MinusValues);
abstract member ErrorBar : Microsoft.Office.Core.XlErrorBarDirection * Microsoft.Office.Core.XlErrorBarInclude * Microsoft.Office.Core.XlErrorBarType * obj * obj -> obj
Public Function ErrorBar (Direction As XlErrorBarDirection, Include As XlErrorBarInclude, Type As XlErrorBarType, Optional Amount As Object, Optional MinusValues As Object) As Object
Parameters
- Direction
- XlErrorBarDirection
- Include
- XlErrorBarInclude
- Type
- XlErrorBarType
- Amount
- Object
- MinusValues
- Object