Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelWrite Interface / ExcelGetRowColGridColor Method
Sheet index


In This Topic
    ExcelGetRowColGridColor Method (IExcelWrite)
    In This Topic
    Gets the row and column grid line color for exporting to Excel BIFF file.
    Syntax
    'Declaration
     
    
    Function ExcelGetRowColGridColor( _
       ByVal sheet As Short _
    ) As Color
    'Usage
     
    
    Dim instance As IExcelWrite
    Dim sheet As Short
    Dim value As Color
     
    value = instance.ExcelGetRowColGridColor(sheet)
    Color ExcelGetRowColGridColor( 
       short sheet
    )

    Parameters

    sheet
    Sheet index
    See Also