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


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

    Parameters

    sheet
    See Also