Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelXF Interface / JustLast Property


In This Topic
    JustLast Property (IExcelXF)
    In This Topic
    Not used
    Syntax
    'Declaration
     
    
    Property JustLast As Boolean
    'Usage
     
    
    Dim instance As IExcelXF
    Dim value As Boolean
     
    instance.JustLast = value
     
    value = instance.JustLast
    bool JustLast {get; set;}
    See Also