TXlsWorksheetEh Class
TXlsWorksheetEh Class
TXlsWorksheetEh class contains tabular data for one table.
Tabular data includes:
Column definition (Properties Columns, DefaultColWidth)
Defining strings (Properties Rows, DefaultRowHeight)
Values in Table Cells (Cells Property)
Format for each cell (Color, Font, Line thickness, etc.) (Via IXlsFileCellsRangeEh interface)
Define row grouping (Set via the properties Rows, OutlineRowsSummaryBelow)
Column grouping definition (Set via properties Columns, OutlineColsSummaryRight)
Print settings (Subproperties properties PrintParams)
Setting non-scrollable areas (Properties FrozenColCount, FrozenRowCount)
You can get access tp Worksheet from the collection of Worksheets in the Workbook.
Like this:TXlsMemFileEh.Workbook.Worksheets[Index]
TXlsWorksheetEh class has the following properties:
property Name: String;
property TabColor: TColor;
property AutoFilterRange: TXlsFileWorksheetCellsRectEh;
property CellDataExists[Col, Row: Integer]: Boolean;
property Cells[Col, Row: Integer]: TXlsFileCellEh;
property Columns: TXlsFileColumnsEh;
property DefaultColWidth: Double;
property DefaultRowHeight: Double;
property DefaultRowHeight: Double;
property FrozenColCount: Integer;
property FrozenRowCount: Integer;
property OutlineRowsSummaryBelow: Boolean;
property OutlineColsSummaryRight: Boolean
property PrintParams: TXlsFileWorksheetPrintParamsEh;
property Rows: TXlsFileRowsEh;
property ZoomScale: Integer;
