Spread Windows Forms 12.0 Product Documentation
SetShapeFromText Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.DrawingSpace Namespace > TextShape Class : SetShapeFromText Method
String
Sets the shape of the text shape.
Syntax
'Declaration
 
Protected Overridable Sub SetShapeFromText( _
   ByVal shapeString As String _
) 
'Usage
 
Dim instance As TextShape
Dim shapeString As String
 
instance.SetShapeFromText(shapeString)
protected virtual void SetShapeFromText( 
   string shapeString
)

Parameters

shapeString
String
See Also

Reference

TextShape Class
TextShape Members