Table of Contents

IRowColSize Interface

Interface for row heights and columns widths. XlsFile implements this interface, so you can pass an XlsFile object anytime you need to pass this interface.

Syntax

Unit: FlexCel.Core

IRowColSize = interface(IInterface);

Methods

Name Description
DefaultRowHeight​Visual The default height for empty rows, in Excel internal units. (1/20th of a point). Different from TExcelFile.​Default​RowHeight this property returns the actual row height as Excel will show it, considering TExcelFile.​Default​RowHidden and TExcelFile.​Default​RowHeight​Automatic.
See Excel Internal Units...[more]
IsEmptyRow True if the specified row does not have any cells, nor any format on it.
In short, this row has never been used.
GetRowHeight Returns the current Row height, in Excel internal units. (1/20th of a point) See Excel Internal Units for more information in Excel internal units.
GetColWidth Returns the current Column width, in Excel internal units. (Character width of font 0 / 256) See Excel Internal Units for more information in Excel internal units.
GetCachedFont0 This method is used by FlexCel itself, you shouldn't call it directly.
SetCachedFont0 This method is used by FlexCel itself, you shouldn't call it directly.