Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / RgceLocRel Class / rowRelative Property


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