:: org :: openoffice :: vba :: Excel ::

constants group XlErrorBarType

Constants
xlErrorBarTypeCustom  
xlErrorBarTypeFixedValue  
xlErrorBarTypePercent  
xlErrorBarTypeStDev  
xlErrorBarTypeStError  
Constants' Details
xlErrorBarTypeCustom
const long xlErrorBarTypeCustom = -4144;
xlErrorBarTypeFixedValue
const long xlErrorBarTypeFixedValue = 1;
xlErrorBarTypePercent
const long xlErrorBarTypePercent = 2;
xlErrorBarTypeStDev
const long xlErrorBarTypeStDev = -4155;
xlErrorBarTypeStError
const long xlErrorBarTypeStError = 4;
Top of Page