Skip to main content

TdxSpreadSheetTableView Properties

A worksheet type (View) designed for tabular data visualization and processing.
Name Description
Active Specifies if the worksheet is currently displayed by the Spreadsheet control. Inherited from TdxSpreadSheetCustomView.
BottomRow Specifies an index of the row displayed at the bottom of the Table View worksheet’s visible area.
Bounds Returns the boundaries of the displayed worksheet area. Inherited from TdxSpreadSheetCustomView.
Caption Specifies the worksheet‘s caption (name). Inherited from TdxSpreadSheetCustomView.
Cells Provides zero-based indexed access to cell objects within the current Table View worksheet.
CellStyles Stores all cell styles used in the current worksheet. Inherited from TdxSpreadSheetCustomView.
Columns Provides access to the column collection within the current Table View worksheet.
ConditionalFormatting Provides access to the conditional formatting controller that manages rules that apply to cell ranges within the worksheet.
Containers Provides access to the floating container collection created within the current worksheet. Inherited from TdxSpreadSheetCustomView.
Dimensions Returns the range containing all cell objects within the current Table View worksheet.
FrozenColumn Specifies an index of the frozen column adjacent to a frozen pane separator.
FrozenRow Specifies an index of the frozen row adjacent to a frozen pane separator.
History Provides access to the history of the Spreadsheet control instance to which the current Table View worksheet belongs.
HitTest Returns HitTest information about a specific point within the Table View worksheet.
Hyperlinks Provides access to hyperlink collection within the current Table View worksheet.
Index Specifies the worksheet tab position within the caption bar. Inherited from TdxSpreadSheetCustomView.
IsEditing Returns a value indicating whether an in-place editor is active within the current Table View worksheet.
LeftColumn Specifies an index of the on the left side of the Table View worksheet’s visible area.
MergedCells Provides access to the merged cell collection within the current Table View worksheet.
Options Specifies the Table View worksheet’s appearance and functionality settings.
OptionsPrint Provides access to all Table View worksheet’s print settings.
OptionsProtection Specifies the Table View worksheet protection settings.
PrintArea Returns the Table View worksheet’s content print limitation area.
RightColumn Specifies the index of the column at the right edge of the Table View worksheet’s visible area.
Rows Provides access to the Table View worksheet’s row collection.
Selection Provides access to the selected cell range collection within the Table View worksheet.
SpreadSheet Provides access to the Spreadsheet or Report Designer control to which the persistent object belongs. Inherited from TdxSpreadSheetPersistentObject.
TopRow Specifies an index of the row at the top of the Table View worksheet’s visible area.
Visible

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

f

Inherited from TdxSpreadSheetCustomView.
See Also