SpreadsheetTextBoxPaint Class
Inheritance
System.Object
SpreadsheetTextBoxPaint
Namespace: Syncfusion.UI.Xaml.Spreadsheet.Helpers
Assembly: Syncfusion.SfSpreadsheet.UWP.dll
Syntax
public static class SpreadsheetTextBoxPaint : Object
Methods
MeasureText(SpreadsheetGrid, String, Size, IStyle, Boolean, Boolean)
Declaration
public static Size MeasureText(this SpreadsheetGrid grid, string text, Size cellSize, IStyle excelStyle, bool textWrapping, bool canAddThresold)
Parameters
| Type | Name | Description |
|---|---|---|
| SpreadsheetGrid | grid | |
| System.String | text | |
| Windows.Foundation.Size | cellSize | |
| IStyle | excelStyle | |
| System.Boolean | textWrapping | |
| System.Boolean | canAddThresold |
Returns
| Type |
|---|
| Windows.Foundation.Size |