Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView.DocumentModels Class / RowAxis Property


In This Topic
    RowAxis Property
    In This Topic
    Gets or sets the row axis model.
    Syntax
    'Declaration
     
    
    Public Property RowAxis As ISheetAxisModel
    'Usage
     
    
    Dim instance As SheetView.DocumentModels
    Dim value As ISheetAxisModel
     
    instance.RowAxis = value
     
    value = instance.RowAxis
    public ISheetAxisModel RowAxis {get; set;}
    Exceptions
    ExceptionDescription
    Model is not specified (or specified value is null)
    See Also