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


In This Topic
    ExcelGetRefMode Method (IExcelBiffWrite3)
    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 IExcelBiffWrite3
    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