TdxSpreadSheetContainerAnchorType Enum
Enumerates anchoring modes available for the floating containers.
#Declaration
TdxSpreadSheetContainerAnchorType = (
catAbsolute,
catOneCell,
catTwoCell
);
#Members
Name |
---|
cat
|
cat
|
cat
|
#Remarks
Options include:
Value | Description | Example |
---|---|---|
cat | The container is anchored to a point whose position is specified in the Table View worksheet’s local absolute coordinates (in pixels) by using the Anchor The Anchor Unlike other anchoring modes, you can use cat | |
cat | The container is anchored to the top left corner of a cell object specified by using the Anchor The Anchor | |
cat | The container is anchored to the top left corners of two cell objects specified by using the Anchor |
This type is referenced by the floating container object‘s AnchorType property.