Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelChartWriter7 Interface / ExcelGetChartUserShapeCount Method


In This Topic
    ExcelGetChartUserShapeCount Method
    In This Topic
    Syntax
    'Declaration
     
    
    Function ExcelGetChartUserShapeCount( _
       ByVal sheetIndex As Short, _
       ByVal chartIndex As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As IExcelChartWriter7
    Dim sheetIndex As Short
    Dim chartIndex As Integer
    Dim value As Integer
     
    value = instance.ExcelGetChartUserShapeCount(sheetIndex, chartIndex)
    int ExcelGetChartUserShapeCount( 
       short sheetIndex,
       int chartIndex
    )

    Parameters

    sheetIndex
    chartIndex
    See Also