Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartWriter5 Interface / ExcelGetChartCount Method


In This Topic
    ExcelGetChartCount Method (IExcelChartWriter5)
    In This Topic
    Syntax
    'Declaration
     
    
    Function ExcelGetChartCount( _
       ByVal sheet As Short _
    ) As Short
    'Usage
     
    
    Dim instance As IExcelChartWriter5
    Dim sheet As Short
    Dim value As Short
     
    value = instance.ExcelGetChartCount(sheet)
    short ExcelGetChartCount( 
       short sheet
    )

    Parameters

    sheet
    See Also