TdxSpreadSheetTextService.CalculateSize(TdxSpreadSheetCell,TcxCanvas,TRect,Boolean,PInteger,PInteger,TdxSpreadSheetCellStyleHandle) Method
In This Article
Calculates dimensions of the area occupied by the specified cell’s value.
#Declaration
Delphi
class procedure CalculateSize(ACell: TdxSpreadSheetCell; ACanvas: TcxCanvas; const ABounds: TRect; AIsMerged: Boolean; AWidth: PInteger; AHeight: PInteger; AStyle: TdxSpreadSheetCellStyleHandle = nil); virtual;
#Parameters
Name | Type |
---|---|
ACell | Tdx |
ACanvas | Tcx |
ABounds | TRect |
AIs |
Boolean |
AWidth | PInteger |
AHeight | PInteger |
AStyle | Tdx |
#Remarks
This class procedure supports the internal infrastructure and is not intended to be used directly from your code.
See Also