Spread WPF 17
GrapeCity.Excel Namespace / IExcelWorksheet Interface / GridLineColor Property


In This Topic
    GridLineColor Property (IExcelWorksheet)
    In This Topic
    Gets or sets the color of the grid line.
    Syntax
    'Declaration
     
    Property GridLineColor As IExcelColor
    'Usage
     
    Dim instance As IExcelWorksheet
    Dim value As IExcelColor
     
    instance.GridLineColor = value
     
    value = instance.GridLineColor
    IExcelColor GridLineColor {get; set;}

    Property Value

    The color of the grid line.
    See Also