Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffWrite Interface / ExcelGetPrintTitles Method
Sheet index
Row index
Column index
Number of rows
Number of columns


In This Topic
    ExcelGetPrintTitles Method
    In This Topic
    Gets the titles for printing for exporting to Excel BIFF file.
    Syntax
    'Declaration
     
    
    Function ExcelGetPrintTitles( _
       ByVal sheet As Short, _
       ByRef row As Integer, _
       ByRef column As Integer, _
       ByRef rowCount As Integer, _
       ByRef columnCount As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelBiffWrite
    Dim sheet As Short
    Dim row As Integer
    Dim column As Integer
    Dim rowCount As Integer
    Dim columnCount As Integer
    Dim value As Boolean
     
    value = instance.ExcelGetPrintTitles(sheet, row, column, rowCount, columnCount)
    bool ExcelGetPrintTitles( 
       short sheet,
       ref int row,
       ref int column,
       ref int rowCount,
       ref int columnCount
    )

    Parameters

    sheet
    Sheet index
    row
    Row index
    column
    Column index
    rowCount
    Number of rows
    columnCount
    Number of columns
    See Also