Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetAxisModel Class / orientation Field


In This Topic
    orientation Field
    In This Topic
    Syntax
    'Declaration
     
    
    Protected orientation As SheetAxisOrientation
    'Usage
     
    
    Dim instance As DefaultSheetAxisModel
    Dim value As SheetAxisOrientation
     
    value = instance.orientation
     
    instance.orientation = value
    protected SheetAxisOrientation orientation
    See Also