Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / RgceLocRel Class / colRelative Property


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