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

constants group XlCellType

Constants
xlCellTypeAllFormatConditions  
xlCellTypeAllValidation  
xlCellTypeBlanks  
xlCellTypeComments  
xlCellTypeConstants  
xlCellTypeFormulas  
xlCellTypeLastCell  
xlCellTypeSameFormatConditions  
xlCellTypeSameValidation  
xlCellTypeVisible  
Constants' Details
xlCellTypeAllFormatConditions
const long xlCellTypeAllFormatConditions = -4172;
xlCellTypeAllValidation
const long xlCellTypeAllValidation = -4174;
xlCellTypeBlanks
const long xlCellTypeBlanks = 4;
xlCellTypeComments
const long xlCellTypeComments = -4144;
xlCellTypeConstants
const long xlCellTypeConstants = 2;
xlCellTypeFormulas
const long xlCellTypeFormulas = -4123;
xlCellTypeLastCell
const long xlCellTypeLastCell = 11;
xlCellTypeSameFormatConditions
const long xlCellTypeSameFormatConditions = -4173;
xlCellTypeSameValidation
const long xlCellTypeSameValidation = -4175;
xlCellTypeVisible
const long xlCellTypeVisible = 12;
Top of Page