Spread WPF 17
GrapeCity.Excel Namespace / IExcelReader Interface / SetExcelDefaultCellFormat Method
An IExtendedFormat instance defines the default cell format of the workbook


In This Topic
    SetExcelDefaultCellFormat Method
    In This Topic
    Set the default cell format of the workbook
    Syntax
    'Declaration
     
    Sub SetExcelDefaultCellFormat( _
       ByVal format As IExtendedFormat _
    ) 
    'Usage
     
    Dim instance As IExcelReader
    Dim format As IExtendedFormat
     
    instance.SetExcelDefaultCellFormat(format)
    void SetExcelDefaultCellFormat( 
       IExtendedFormat format
    )

    Parameters

    format
    An IExtendedFormat instance defines the default cell format of the workbook
    See Also