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


In This Topic
    GetExcelCellFormats Method
    In This Topic
    Gets the format settings used in the current workbook
    Syntax
    'Declaration
     
    Function GetExcelCellFormats() As List(Of IExtendedFormat)
    'Usage
     
    Dim instance As IExcelWriter
    Dim value As List(Of IExtendedFormat)
     
    value = instance.GetExcelCellFormats()
    List<IExtendedFormat> GetExcelCellFormats()

    Return Value

    A collection of IExtendedFormat instances used in the current workbook
    See Also