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


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

    Parameters

    sheet
    Sheet index
    col
    Number of columns
    row
    Number of rows
    See Also