Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SupBook Class / isCurrentBook Field


In This Topic
    isCurrentBook Field
    In This Topic
    Internal use only. Determines whether this is the current workbook.
    Syntax
    'Declaration
     
    
    Public isCurrentBook As Boolean
    'Usage
     
    
    Dim instance As SupBook
    Dim value As Boolean
     
    value = instance.isCurrentBook
     
    instance.isCurrentBook = value
    public bool isCurrentBook
    See Also