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