'Declaration
Public Shared Function TryParse( _ ByVal text As String, _ ByRef span As C1StyleGridArea _ ) As Boolean
public static bool TryParse( string text, out C1StyleGridArea span )
Parameters
- text
- The text to parse.
- span
- The returned span.
'Declaration
Public Shared Function TryParse( _ ByVal text As String, _ ByRef span As C1StyleGridArea _ ) As Boolean
public static bool TryParse( string text, out C1StyleGridArea span )