Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelWrite Interface / ExcelGetRefMode Method
Sheet index
Cell reference style


In This Topic
    ExcelGetRefMode Method (IExcelWrite)
    In This Topic
    Gets the cell reference style for exporting to Excel BIFF file.
    Syntax
    'Declaration
     
    
    Function ExcelGetRefMode( _
       ByVal sheet As Short, _
       ByRef refMode As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelWrite
    Dim sheet As Short
    Dim refMode As Integer
    Dim value As Boolean
     
    value = instance.ExcelGetRefMode(sheet, refMode)
    bool ExcelGetRefMode( 
       short sheet,
       ref int refMode
    )

    Parameters

    sheet
    Sheet index
    refMode
    Cell reference style
    See Also