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

constants group XlReferenceType

Constants
xlAbsolute  
xlAbsRowRelColumn  
xlRelative  
xlRelRowAbsColumn  
Constants' Details
xlAbsolute
const short xlAbsolute = 1;
xlAbsRowRelColumn
const short xlAbsRowRelColumn = 2;
xlRelative
const short xlRelative = 4;
xlRelRowAbsColumn
const short xlRelRowAbsColumn = 3;
Top of Page