FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TFlxAnchorType Enumeration

Defines how an image is anchored to the sheet.

Pascal
TFlxAnchorType = (
  at_MoveAndResize,
  at_MoveAndDontResize,
  at_DontMoveAndDontResize
);
C++
enum TFlxAnchorType {
  at_MoveAndResize,
  at_MoveAndDontResize,
  at_DontMoveAndDontResize
};
Members 
Description 
at_MoveAndResize 
Move and resize the image when inserting rows or columns. 
at_MoveAndDontResize 
Move but don't resize the image when inserting rows or columns. 
at_DontMoveAndDontResize 
Don't move and don't resize the image when inserting rows or columns.  
Copyright (c) 2002-2008 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!