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

constants group XlFormulaLabel

Constants
xlColumnLabels  
xlMixedLabels  
xlNoLabels  
xlRowLabels  
Constants' Details
xlColumnLabels
const long xlColumnLabels = 2;
xlMixedLabels
const long xlMixedLabels = 3;
xlNoLabels
const long xlNoLabels = -4142;
xlRowLabels
const long xlRowLabels = 1;
Top of Page