Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Line Class / fStacked Property


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