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


In This Topic
    ExcelGetRefMode Method
    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 IExcelBiffWrite
    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