Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetAxisModel Class / Parent Property


In This Topic
    Parent Property (DefaultSheetAxisModel)
    In This Topic
    Gets or sets the parent sheet axis model.
    Syntax
    'Declaration
     
    
    Public Property Parent As ISheetAxisModel
    'Usage
     
    
    Dim instance As DefaultSheetAxisModel
    Dim value As ISheetAxisModel
     
    instance.Parent = value
     
    value = instance.Parent
    public ISheetAxisModel Parent {get; set;}
    See Also