Spread WPF 17
GrapeCity.Excel Namespace / IExcelWriter Interface / GetExcelDefaultCellFormat Method


In This Topic
    GetExcelDefaultCellFormat Method
    In This Topic
    Get the default cell format setting
    Syntax
    'Declaration
     
    Function GetExcelDefaultCellFormat() As IExtendedFormat
    'Usage
     
    Dim instance As IExcelWriter
    Dim value As IExtendedFormat
     
    value = instance.GetExcelDefaultCellFormat()
    IExtendedFormat GetExcelDefaultCellFormat()

    Return Value

    The default cell format setting
    See Also