Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtFPSPL Class / fLast Property


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