Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartClipboardInfo Class / ChartIndexes Field


In This Topic
    ChartIndexes Field
    In This Topic
    List of indexes of SpreadChart objects.
    Syntax
    'Declaration
     
    Public ChartIndexes As List(Of Integer)
    'Usage
     
    Dim instance As SpreadChartClipboardInfo
    Dim value As List(Of Integer)
     
    value = instance.ChartIndexes
     
    instance.ChartIndexes = value
    public List<int> ChartIndexes
    See Also