Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / RgceArea Class / rowLastRelative Property


In This Topic
    rowLastRelative Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property rowLastRelative As Boolean
    'Usage
     
    
    Dim instance As RgceArea
    Dim value As Boolean
     
    instance.rowLastRelative = value
     
    value = instance.rowLastRelative
    public bool rowLastRelative {get; set;}
    See Also