Gets the size of the text string.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As BaseCellType
Dim s As String
Dim size As Size
Dim zoomFactor As Single
Dim appearance As Appearance
Dim value As Size
value = instance.GetStringSize(s, size, zoomFactor, appearance) |
Parameters
- s
- Text string
- size
- Size of the text string
- zoomFactor
- Numeric value for zoom factor for scaling the display
- appearance
- Appearance settings
Requirements
Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6
See Also