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

constants group XlDisplayBlanksAs

Constants
xlInterpolated  
xlNotPlotted  
xlZero  
Constants' Details
xlInterpolated
const short xlInterpolated = 3;
xlNotPlotted
const short xlNotPlotted = 2;
xlZero
const short xlZero = 1;
Top of Page