Skip to main content

TdxSpreadSheetCustomView Members

The base class for all View classes.

Constructors

Name Description
Create(TdxCustomSpreadSheet) Creates a new persistent object for the specified Spreadsheet or Report Designer control. Inherited from TdxSpreadSheetPersistentObject.

Properties

Name Description
Active Specifies if the worksheet is currently displayed by the Spreadsheet control.
Bounds Returns the boundaries of the displayed worksheet area.
Caption Specifies the worksheet‘s caption (name).
CellStyles Stores all cell styles used in the current worksheet.
Containers Provides access to the floating container collection created within the current worksheet.
HitTest Returns HitTest information about a specific point within a generic worksheet object.
Index Specifies the worksheet tab position within the caption bar.
SpreadSheet Provides access to the Spreadsheet or Report Designer control to which the persistent object belongs. Inherited from TdxSpreadSheetPersistentObject.
Visible

Specifies if the worksheet is currently available to an end-user.

f

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginUpdate Disables repainting operations for the worksheet area displayed by the Spreadsheet control.
CanEditContainers Identifies if an end-user can create and/or delete floating containers.
EndUpdate Enables repainting operations for the worksheet after a BeginUpdate procedure call.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
Invalidate Invalidates the Spreadsheet control‘s View area.
InvalidateRect(TRect) Invalidates a specified portion within the Spreadsheet control‘s View area.
QueryInterface(TGUID,Untyped) Inherited from TInterfacedPersistent.
ToString Inherited from TObject.
See Also