enumShapeStretchOption
enumerated type

 

typedef enum
{

  [helpstring("Shape stretch option, move and resize")]    shapestretchoption_move_resize     = 0;
  [helpstring("Shape stretch option, no move, resize")]    shapestretchoption_nomove_resize   = 1;
  [helpstring("Shape stretch option, move, no resize")]    shapestretchoption_move_noresize   = 2;
  [helpstring("Shape stretch option, no move, no resize")] shapestretchoption_nomove_noresize = 3;

} enumShapeStretchOption;

 

used in IXlsPicture::StretchOption property.