Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / SetNewFormat Method / SetNewFormat(Object) Method
Value


In This Topic
    SetNewFormat(Object) Method
    In This Topic
    Sets the new format.
    Syntax
    'Declaration
     
    
    Protected Overloads Overridable Sub SetNewFormat( _
       ByVal val As Object _
    ) 
    'Usage
     
    
    Dim instance As SuperEditBase
    Dim val As Object
     
    instance.SetNewFormat(val)
    protected virtual void SetNewFormat( 
       object val
    )

    Parameters

    val
    Value
    See Also