Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelBiffRead Interface / ExcelSetRowColGridColor Method
Sheet index


In This Topic
    ExcelSetRowColGridColor Method
    In This Topic
    WINDOW2 - Excel Biff Record (row and column headers, and grid color value)
    Syntax
    'Declaration
     
    
    Function ExcelSetRowColGridColor( _
       ByVal sheet As Short, _
       ByVal color As Color _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelBiffRead
    Dim sheet As Short
    Dim color As Color
    Dim value As Boolean
     
    value = instance.ExcelSetRowColGridColor(sheet, color)
    bool ExcelSetRowColGridColor( 
       short sheet,
       Color color
    )

    Parameters

    sheet
    Sheet index
    color
    See Also