'Declaration Public Property ErrorBarValueType As ExcelErrorBarValueType
'Usage Dim instance As ExcelErrorBars Dim value As ExcelErrorBarValueType instance.ErrorBarValueType = value value = instance.ErrorBarValueType
public ExcelErrorBarValueType ErrorBarValueType {get; set;}