Table of Contents

TExcelFile.AsIRowColSize Method

This method is only useful for C++ Builder. It allows you to get the IRowColSize interface that this class implements without needing to call Xls->GetInterface(...). In Delphi you can just use the object directly.

Syntax

Unit: FlexCel.Core

function TExcelFile.AsIRowColSize: IRowColSize;

See also