Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelImportingTypeSupport Interface / IsImportingWorksheet Property


In This Topic
    IsImportingWorksheet Property
    In This Topic
    Gets a value indicating whether this instance is importing worksheet.
    Syntax
    'Declaration
     
    
    ReadOnly Property IsImportingWorksheet As Boolean
    'Usage
     
    
    Dim instance As IExcelImportingTypeSupport
    Dim value As Boolean
     
    value = instance.IsImportingWorksheet
    bool IsImportingWorksheet {get;}

    Property Value

    true if this instance is importing worksheet; otherwise, false.
    See Also