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