Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / GetGridLine Method


In This Topic
    GetGridLine Method
    In This Topic
    Gets the control gridline; the gridline color is based on the ShowGridLine property.
    Syntax
    'Declaration
     
    Public Function GetGridLine( _
       ByVal sheetArea As SheetArea _
    ) As BorderLine
    'Usage
     
    Dim instance As Worksheet
    Dim sheetArea As SheetArea
    Dim value As BorderLine
     
    value = instance.GetGridLine(sheetArea)
    public BorderLine GetGridLine( 
       SheetArea sheetArea
    )

    Parameters

    sheetArea
    See Also