Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartWriter Interface / ExcelGetChartCount Method


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

    Parameters

    sheet
    See Also