Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / UIHelper Class / IsFieldNameEncodeRequired Method
The field name.


In This Topic
    IsFieldNameEncodeRequired Method
    In This Topic
    Gets a boolean value indicating whether the field name must be covered with bracket.
    Syntax
    'Declaration
     
    
    Public Shared Function IsFieldNameEncodeRequired( _
       ByVal fieldName As String _
    ) As Boolean
    'Usage
     
    
    Dim fieldName As String
    Dim value As Boolean
     
    value = UIHelper.IsFieldNameEncodeRequired(fieldName)
    public static bool IsFieldNameEncodeRequired( 
       string fieldName
    )

    Parameters

    fieldName
    The field name.

    Return Value

    true if the field name must be covered with bracket; otherwise, false.
    See Also