Spread ASP.NET 16
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelWarning Class / ChartIndex Property


In This Topic
    ChartIndex Property
    In This Topic
    Gets the index of the chart where the warning pertains.
    Syntax
    'Declaration
     
    Public ReadOnly Property ChartIndex As Integer
    'Usage
     
    Dim instance As ExcelWarning
    Dim value As Integer
     
    value = instance.ChartIndex
    public int ChartIndex {get;}
    See Also