TdxSpreadSheetTextService.MeasureSize(TcxCanvas,TdxSpreadSheetCell,PInteger,PInteger,TdxSpreadSheetCellDisplayStyle) Method
In This Article
Calculates the specified cell’s dimensions, in pixels.
#Declaration
Delphi
class procedure MeasureSize(ACanvas: TcxCanvas; ACell: TdxSpreadSheetCell; AWidth: PInteger; AHeight: PInteger; ADisplayStyle: TdxSpreadSheetCellDisplayStyle = nil); virtual;
#Parameters
Name | Type |
---|---|
ACanvas | Tcx |
ACell | Tdx |
AWidth | PInteger |
AHeight | PInteger |
ADisplay |
Tdx |
#Remarks
This class procedure supports the internal infrastructure and is not intended to be used directly from your code.
See Also