Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartWriter2 Interface / ExcelGetSeriesExcelLableFormat Method


In This Topic
    ExcelGetSeriesExcelLableFormat Method
    In This Topic
    Syntax
    'Declaration
     
    
    Sub ExcelGetSeriesExcelLableFormat( _
       ByVal sheet As Short, _
       ByVal chartIndex As Integer, _
       ByVal numberFormatIDs As List(Of Integer), _
       ByVal numberFormats As List(Of String) _
    ) 
    'Usage
     
    
    Dim instance As IExcelChartWriter2
    Dim sheet As Short
    Dim chartIndex As Integer
    Dim numberFormatIDs As List(Of Integer)
    Dim numberFormats As List(Of String)
     
    instance.ExcelGetSeriesExcelLableFormat(sheet, chartIndex, numberFormatIDs, numberFormats)
    void ExcelGetSeriesExcelLableFormat( 
       short sheet,
       int chartIndex,
       List<int> numberFormatIDs,
       List<string> numberFormats
    )

    Parameters

    sheet
    chartIndex
    numberFormatIDs
    numberFormats
    See Also