C1.Excel Assembly / C1.Util Namespace / IRendering Interface / MeasureString Method
String to measure.
Layout width.

In This Topic
MeasureString Method (IRendering)
In This Topic
Measures size of string in layout area.
Syntax
'Declaration
 
Function MeasureString( _
   ByVal s As System.String, _
   Optional ByVal width As System.Double _
) As System.ValueTuple(Of Double,Double)
 

Parameters

s
String to measure.
width
Layout width.

Return Value

Calculating text height.
See Also