Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Lbl Class / fGrp Property


In This Topic
    fGrp Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property fGrp As Byte
    'Usage
     
    
    Dim instance As Lbl
    Dim value As Byte
     
    instance.fGrp = value
     
    value = instance.fGrp
    public byte fGrp {get; set;}
    See Also