Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SeriesCache Class / OwnerIndex Property


In This Topic
    OwnerIndex Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property OwnerIndex As Integer
    'Usage
     
    
    Dim instance As SeriesCache
    Dim value As Integer
     
    instance.OwnerIndex = value
     
    value = instance.OwnerIndex
    public int OwnerIndex {get; set;}
    See Also