Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType.Fields Namespace / NumberFields Class / SetFields Method / SetFields(String) Method
A System.String value indicates the format for the fields.


In This Topic
    SetFields(String) Method
    In This Topic
    Parses the format and sync settings for each field.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetFields( _
       ByVal format As String _
    ) 
    'Usage
     
    
    Dim instance As NumberFields
    Dim format As String
     
    instance.SetFields(format)
    public void SetFields( 
       string format
    )

    Parameters

    format
    A System.String value indicates the format for the fields.
    See Also