Skip to main content

TdxSpreadSheetCommentContainer Members

A floating cell comment container.

Constructors

Name Description
Create(TdxCustomSpreadSheet) Creates a new persistent object for the specified Spreadsheet or Report Designer control. Inherited from TdxSpreadSheetPersistentObject.
Create(TdxSpreadSheetCustomView) Initializes a new instance of the TdxSpreadSheetContainer class with specified settings. Inherited from TdxSpreadSheetContainer.

Properties

Name Description
AnchorPoint1 Stores settings of the floating container’s upper-left anchor point. Inherited from TdxSpreadSheetContainer.
AnchorPoint2 Stores settings of the floating container’s bottom-right anchor point. Inherited from TdxSpreadSheetContainer.
AnchorType Specifies the anchoring mode for the floating container object. Inherited from TdxSpreadSheetContainer.
Author Specifies the comment author’s name.
Cell Specifies the cell object associated with the comment container.
Description Specifies an alternative text associated with the floating container. Inherited from TdxSpreadSheetContainer.
Focused Specifies if the floating container has focus. Inherited from TdxSpreadSheetContainer.
Hyperlink Provides access to the floating container’s hyperlink and its settings. Inherited from TdxSpreadSheetContainer.
Index Returns the floating container’s index in a container collection. Inherited from TdxSpreadSheetContainer.
Name Specifies the floating container’s optional name. Inherited from TdxSpreadSheetContainer.
Parent Specifies the worksheet to which the floating container belongs. Inherited from TdxSpreadSheetContainer.
Restrictions Specifies the set of restrictions imposed on end-user interactions with the floating container. Inherited from TdxSpreadSheetContainer.
Shape Specifies the shape settings for the floating shape container. Inherited from TdxSpreadSheetShapeContainer.
SpreadSheet Provides access to the Spreadsheet or Report Designer control to which the persistent object belongs. Inherited from TdxSpreadSheetPersistentObject.
TextBox Provides access to settings of the text box displayed by the comment container.
Title Specifies a title for the alternative text block associated with a floating container. Inherited from TdxSpreadSheetContainer.
Transform Provides access to the set of geometric transformations applied to the floating container object. Inherited from TdxSpreadSheetContainer.
Visible Specifies if the floating container object is visible. Inherited from TdxSpreadSheetContainer.

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginChanging Initiates recording of a custom history action applied to the floating container to the UndoActions list. Inherited from TdxSpreadSheetContainer.
BeginUpdate Disables the floating container object repainting until the EndUpdate procedure is called. Inherited from TdxSpreadSheetContainer.
BringToFront Moves the floating container object to the top container layer in a worksheet. Inherited from TdxSpreadSheetContainer.
EndChanging Finishes recording of a custom history action applied to the floating container to the UndoActions list. Inherited from TdxSpreadSheetContainer.
EndUpdate Enables updates of the current floating container object after a BeginUpdate procedure call. Inherited from TdxSpreadSheetContainer.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
QueryInterface(TGUID,Untyped) Inherited from TInterfacedPersistent.
SendToBack Moves the floating container object to the bottom container layer in a worksheet. Inherited from TdxSpreadSheetContainer.
ToString Inherited from TObject.
See Also