WrapModeFromString Method
In This Topic
Converts a string representation of wrap mode to the corresponding
GrapeCity.ActiveReports.Drawing.WrapMode enumeration value.
Syntax
'Declaration
Public Shared Function WrapModeFromString( _
ByVal As String _
) As WrapMode
public static WrapMode WrapModeFromString(
string
)
Parameters
- wrapMode
- The string representation of wrap mode.
Return Value
See Also