Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Styles Class / CreateDifferentialFormat Method


In This Topic
    CreateDifferentialFormat Method
    In This Topic
    Creates the differential format.
    Syntax
    'Declaration
     
    
    Public Function CreateDifferentialFormat() As DifferentialFormat
    'Usage
     
    
    Dim instance As Styles
    Dim value As DifferentialFormat
     
    value = instance.CreateDifferentialFormat()
    public DifferentialFormat CreateDifferentialFormat()

    Return Value

    A DifferentialFormat value represents the differential format.
    See Also