Spread WPF 17
GrapeCity.Excel Namespace / IExcelReader Interface / SetGridlineColor Method
the zero based sheet index used to locate the IExcelWorksheet instance
the value used to set the gridline color for the specified sheet.


In This Topic
    SetGridlineColor Method
    In This Topic
    Set the gridline color for the specified worksheet.
    Syntax
    'Declaration
     
    Sub SetGridlineColor( _
       ByVal sheet As Short, _
       ByVal color As IExcelColor _
    ) 
    'Usage
     
    Dim instance As IExcelReader
    Dim sheet As Short
    Dim color As IExcelColor
     
    instance.SetGridlineColor(sheet, color)
    void SetGridlineColor( 
       short sheet,
       IExcelColor color
    )

    Parameters

    sheet
    the zero based sheet index used to locate the IExcelWorksheet instance
    color
    the value used to set the gridline color for the specified sheet.
    See Also