Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelXml Interface / ExcelGetOffset Method


In This Topic
    ExcelGetOffset Method (IExcelXml)
    In This Topic
    Offset Value for Note Anchor
    Syntax
    'Declaration
     
    
    Function ExcelGetOffset( _
       ByVal sheet As Short, _
       ByVal index As Double, _
       ByVal isRowOffset As Boolean _
    ) As Integer
    'Usage
     
    
    Dim instance As IExcelXml
    Dim sheet As Short
    Dim index As Double
    Dim isRowOffset As Boolean
    Dim value As Integer
     
    value = instance.ExcelGetOffset(sheet, index, isRowOffset)
    int ExcelGetOffset( 
       short sheet,
       double index,
       bool isRowOffset
    )

    Parameters

    sheet
    index
    isRowOffset

    Return Value

    Offset Value
    See Also