Spread WPF 17
GrapeCity.Excel Namespace / IExcelWriter Interface / GetGridlineColor Method
the zero based sheet index used to locate the IExcelWorksheet instance


In This Topic
    GetGridlineColor Method
    In This Topic
    Get the gridline color of the specified sheet.
    Syntax
    'Declaration
     
    Function GetGridlineColor( _
       ByVal sheet As Short _
    ) As IExcelColor
    'Usage
     
    Dim instance As IExcelWriter
    Dim sheet As Short
    Dim value As IExcelColor
     
    value = instance.GetGridlineColor(sheet)
    IExcelColor GetGridlineColor( 
       short sheet
    )

    Parameters

    sheet
    the zero based sheet index used to locate the IExcelWorksheet instance

    Return Value

    An IExcelColor instance used to represents the color of the grid line of the specified sheet
    See Also