Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / NumberFieldsInfo Class / SetFields Method / SetFields(String) Method
A System.String value that 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 NumberFieldsInfo
    Dim format As String
     
    instance.SetFields(format)
    public void SetFields( 
       string format
    )

    Parameters

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